From 01e8f9f7ddacefe0ba169731efe209f7925b8ba1 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Mon, 25 May 2026 13:47:36 +0000 Subject: [PATCH] (qol): update release flake hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9cb24d3..7f879c2 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ inherit version; src = pkgs.fetchurl { url = "${forgejoBaseUrl}/${artifact}"; - hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; + hash = "sha256-bzAwsO/zHDVkBxADMJeR8L0/Cnj06RbBzUGYYrTouw4="; }; };