We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0eb39 commit b91d65aCopy full SHA for b91d65a
flake.nix
@@ -26,7 +26,7 @@
26
# Make sure new dependencies are added. Runtime deps go to buildInputs and
27
# compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
28
pname = "m8c";
29
- version = "1.7.7";
+ version = "1.7.8";
30
m8c-package =
31
{ stdenv
32
, gnumake
@@ -42,7 +42,7 @@
42
owner = "laamaa";
43
repo = pname;
44
rev = "v${version}";
45
- hash = "sha256:1mczamrin53rc9ahmdr64fgzdnqqykhh2x8rs2csb9c9ssa35mm1";
+ hash = "sha256:0rvc2qsrk7kqk5hnwkh8pya7nc6y7q4i6k8d0rg41jdw0fscsici";
46
};
47
48
installFlags = [ "PREFIX=$(out)" ];
0 commit comments