From 45cc0846c6d82a6969c26451f8d4ac659db3efb2 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Fri, 8 Nov 2024 13:10:28 +0100 Subject: [PATCH] Update github hash for the release of 2024.11.08 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c9cad5f4..d54a9758 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {