From 01e8f9f7ddacefe0ba169731efe209f7925b8ba1 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Mon, 25 May 2026 13:47:36 +0000 Subject: [PATCH 1/2] (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="; }; }; From f69918d84ff3eb0b94e0ae8c5cb765f348910e3c Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Tue, 26 May 2026 10:45:43 +0000 Subject: [PATCH 2/2] (qol): update release flake hash --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7f879c2..cdc58ee 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ outputs = {nixpkgs, ...}: let systems = ["x86_64-linux" "aarch64-linux"]; forAllSystems = nixpkgs.lib.genAttrs systems; - version = "0.0.3"; + version = "0.0.4"; forgejoBaseUrl = "https://git.methanium.net/tensamin/client/releases/download/${version}"; in { packages = forAllSystems (system: let @@ -20,7 +20,7 @@ inherit version; src = pkgs.fetchurl { url = "${forgejoBaseUrl}/${artifact}"; - hash = "sha256-bzAwsO/zHDVkBxADMJeR8L0/Cnj06RbBzUGYYrTouw4="; + hash = "sha256-aiApiDSx5CycLbWnYIborQWbBq12MEuArZLLvw6m64s="; }; };