Skip to content

Commit

Permalink
Update version and hash in default.nix to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 22, 2024
1 parent 102b768 commit 254280d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let m8c-package =

let
pname = "m8c";
version = "1.7.3";
version = "1.7.4";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -34,7 +34,7 @@ let m8c-package =
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:0c2409sqs8f99ggviii16y45yn67qf14i983cmg6scj9li3s33w7";
hash = "sha256:0p4qbh8hmdyqhdr44wp0rzxj2hlinwiyvxd4y06w0ypgp5gg2qq5";
};

installFlags = [ "PREFIX=$(out)" ];
Expand Down

0 comments on commit 254280d

Please sign in to comment.