Skip to content

Commit

Permalink
Merge branch 'main' of github.com:laamaa/m8c
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Apr 22, 2024
2 parents 6d4d11d + 81703f5 commit a13ee5c
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.6.0";
version = "1.7.0";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -34,7 +34,7 @@ let m8c-package =
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:1sv1d419mgymh2xcrisnk26qqr77ldb3xp7k1qm3s6cvlil42n0n";
hash = "sha256:1wsknqgya2vkalbjq6rvmknsdk4lrqkn0z5rpjf4pd5vxgr8qryb";
};

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

0 comments on commit a13ee5c

Please sign in to comment.