Skip to content

Commit

Permalink
Update version and hash in flake.nix to 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 17, 2024
1 parent aa9f3cd commit cbe0c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Make sure new dependencies are added. Runtime deps go to buildInputs and
# compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
pname = "m8c";
version = "1.7.6";
version = "1.7.7";
m8c-package =
{ stdenv
, gnumake
Expand All @@ -42,7 +42,7 @@
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:1b2wg8zmxisn1kc3wkfzcij1707pz560yq8v6rwjirr0dd27a3n2";
hash = "sha256:1mczamrin53rc9ahmdr64fgzdnqqykhh2x8rs2csb9c9ssa35mm1";
};

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

0 comments on commit cbe0c07

Please sign in to comment.