Skip to content

Commit

Permalink
Update version and hash in default.nix to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 15, 2024
1 parent ac0064a commit 0fbc7e3
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.2";
version = "1.7.3";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -34,7 +34,7 @@ let m8c-package =
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:03abp0clawxzvb26cz7by2ks15vc1dvxh0dq7bwgvnmc3sg82mzl";
hash = "sha256:0c2409sqs8f99ggviii16y45yn67qf14i983cmg6scj9li3s33w7";
};

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

0 comments on commit 0fbc7e3

Please sign in to comment.