Skip to content

Commit

Permalink
Release of 2024.11.08
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Nov 8, 2024
1 parent 7c2aa2d commit e3655a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

GitFrontend = buildFrontend {
src = ./frontend;
npmDepsHash = "sha256-1o5W5uxT7flamP7KOVAy4uDNuI5zI1I20P55xQkFByw=";
npmDepsHash = "sha256-5idkZEwNyu6hStsMSupOE1HV6C1cYrylEWCCqRx60Bc=";
version = gitVersion;
};
GitBuildAmumax = with pkgs.lib.fileset;
Expand All @@ -95,12 +95,12 @@
owner = "MathieuMoalic";
repo = "amumax";
rev = releaseVersion;
hash = "sha256-cuYBFrZi0WX6owaQCPx4ZGrw9Fa4dUf4Clua73Br6GY=";
hash = pkgs.lib.fakeHash;
};

ReleaseFrontend = buildFrontend {
src = "${ReleaseSrc}/frontend";
npmDepsHash = "sha256-1o5W5uxT7flamP7KOVAy4uDNuI5zI1I20P55xQkFByw=";
npmDepsHash = "sha256-5idkZEwNyu6hStsMSupOE1HV6C1cYrylEWCCqRx60Bc=";
version = releaseVersion;
};

Expand Down

0 comments on commit e3655a7

Please sign in to comment.