From e3655a7c6487fbb819ac0f04d4bb0eb3ad002615 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Fri, 8 Nov 2024 13:09:26 +0100 Subject: [PATCH] Release of 2024.11.08 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 817d2802..c9cad5f4 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ GitFrontend = buildFrontend { src = ./frontend; - npmDepsHash = "sha256-1o5W5uxT7flamP7KOVAy4uDNuI5zI1I20P55xQkFByw="; + npmDepsHash = "sha256-5idkZEwNyu6hStsMSupOE1HV6C1cYrylEWCCqRx60Bc="; version = gitVersion; }; GitBuildAmumax = with pkgs.lib.fileset; @@ -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; };