From 1875c987fe145125d4124e2dbc34c99216027c4d Mon Sep 17 00:00:00 2001 From: Varun Narravula Date: Tue, 9 Dec 2025 15:16:22 -0800 Subject: [PATCH 1/2] fix(nix): update go deps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f92d486..2b580a2 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-Jbu0pz+okV4N9MHUXLcTqSr3s/k5OVZ09hNuS/+4LFY="; + vendorHash = "sha256-krxkfH+4z0rgmFi8OyCzWIrxU5Rpb7gjtGcn3LnZCig="; env = { CGO_ENABLED = 0; From 24c6edf3e0e070da1b4827d128c4eeb5f2b21abe Mon Sep 17 00:00:00 2001 From: Varun Narravula Date: Tue, 9 Dec 2025 15:16:46 -0800 Subject: [PATCH 2/2] fix(nix): sync release version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2b580a2..7802eae 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit (pkgs) lib; # Update version when releasing - version = "1.6.0"; + version = "1.6.1"; in { default = self.packages.${system}.pangolin-newt;