Skip to content

Commit

Permalink
Release of 2024.10.03
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Oct 3, 2024
1 parent 098ce25 commit a11d336
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 @@ -86,13 +86,13 @@
};

#################### RELEASE ########################
releaseVersion = "2024.09.30"; # Set the version for the Release build
releaseVersion = "2024.10.03"; # Set the version for the Release build

ReleaseSrc = pkgs.fetchFromGitHub {
owner = "MathieuMoalic";
repo = "amumax";
rev = releaseVersion;
hash = "sha256-RbqmuRT5m5RvYbXcZ4jg35dRrIoYEsXgvanvYuhT/3w=";
hash = "sha256-hrAigQ3VwreBqLh76CM//p6MiGw4obaKpC364ilQKQQ=";
};

ReleaseFrontend = buildFrontend {
Expand Down

0 comments on commit a11d336

Please sign in to comment.