Skip to content

Commit

Permalink
Update version and hash in default.nix to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 1, 2023
1 parent 46429dd commit 46b8f5b
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.5.4";
version = "1.5.5";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -34,7 +34,7 @@ let m8c-package =
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:1xzw04zrjsaj86k260cxbpry61y4y7vv6q0bfgyx3618pyr7dmy7";
hash = "sha256:04rn7b18xy5z03mlsb55nm1kn1k0ynqycs0km9w1yzrlq6rwrcn5";
};

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

0 comments on commit 46b8f5b

Please sign in to comment.