ref: 70c78cbb340f233a34b5456941fc1f2d214c142f
parent: 0656f2a88ca03cfbdd0d9caa6d4ff469a88135a6
parent: aa596c75ac5664401c25835c046d7ae7e1be81e1
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sat Sep 6 03:36:28 EDT 2025
Merge pull request #203 from pope/main Update pinned m8c version in flake to v2.1.0
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
# Make sure new dependencies are added. Runtime deps go to buildInputs and
# compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
pname = "m8c";
- version = "1.7.10";
+ version = "2.1.0";
m8c-package =
{ stdenv, gnumake
@@ -42,7 +42,7 @@
owner = "laamaa";
repo = pname;
rev = "v${version}";- hash = "sha256:18bx6jf0jbgnd6cfydh4iknh25rrpyc8awma4a1hkia57fyjy2gi";
+ hash = "sha256-grShHkCkBqgPHTLYwqQUnvIRzUxW1ENU0dYO4TOpYO8=";
};
installFlags = [ "PREFIX=$(out)" ];
--
⑨