Skip to content

Commit

Permalink
Update github hash for the 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 e3655a7 commit 45cc084
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 @@ -89,13 +89,13 @@
};

#################### RELEASE ########################
releaseVersion = "2024.10.29"; # Set the version for the Release build
releaseVersion = "2024.11.08"; # Set the version for the Release build

ReleaseSrc = pkgs.fetchFromGitHub {
owner = "MathieuMoalic";
repo = "amumax";
rev = releaseVersion;
hash = pkgs.lib.fakeHash;
hash = "sha256-9uW6tV4Z5O4ZoSKxex5xVj2AlIh2EqeqwvJEXhLYmcQ=";
};

ReleaseFrontend = buildFrontend {
Expand Down

0 comments on commit 45cc084

Please sign in to comment.