Skip to content

Commit 1c4f2b9

Browse files
author
GitHub Actions
committed
Update version and hash in default.nix to 1.7.5
1 parent 67fa614 commit 1c4f2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let m8c-package =
2525

2626
let
2727
pname = "m8c";
28-
version = "1.7.4";
28+
version = "1.7.5";
2929
in
3030
stdenv.mkDerivation {
3131
inherit pname version;
@@ -34,7 +34,7 @@ let m8c-package =
3434
owner = "laamaa";
3535
repo = pname;
3636
rev = "v${version}";
37-
hash = "sha256:0p4qbh8hmdyqhdr44wp0rzxj2hlinwiyvxd4y06w0ypgp5gg2qq5";
37+
hash = "sha256:024ja5pp056whfmar4i12zmfbj9fj0xa6ibinqb5kslvxwisq9qp";
3838
};
3939

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

0 commit comments

Comments
 (0)