From 7ea717263e886275911d4c1af3f7669b2471220a Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 30 Jul 2026 15:17:35 +0200 Subject: [PATCH] (fix): nix flake hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b315676..40bd39a 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ src = source; pnpm = pkgs.pnpm; fetcherVersion = 4; - hash = "sha256-/cyB6+R0kELjIjcZAwqn0OFI0j3s4Jw+/dCbpcYbx8U="; + hash = "sha256-x9YvkWSTYG3AULRNXdaNOnHQTtlosZGqq//jV6DPkSk="; }; frontend = pkgs.stdenvNoCC.mkDerivation { pname = "methanium-status-frontend";