Skip to content

Commit b91d65a

Browse files
author
GitHub Actions
committed
Update version and hash in flake.nix to 1.7.8
1 parent 7a0eb39 commit b91d65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Make sure new dependencies are added. Runtime deps go to buildInputs and
2727
# compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
2828
pname = "m8c";
29-
version = "1.7.7";
29+
version = "1.7.8";
3030
m8c-package =
3131
{ stdenv
3232
, gnumake
@@ -42,7 +42,7 @@
4242
owner = "laamaa";
4343
repo = pname;
4444
rev = "v${version}";
45-
hash = "sha256:1mczamrin53rc9ahmdr64fgzdnqqykhh2x8rs2csb9c9ssa35mm1";
45+
hash = "sha256:0rvc2qsrk7kqk5hnwkh8pya7nc6y7q4i6k8d0rg41jdw0fscsici";
4646
};
4747

4848
installFlags = [ "PREFIX=$(out)" ];

0 commit comments

Comments
 (0)