goose: 3.25.0 -> 3.26.0

This commit is contained in:
R. Ryantm
2025-10-03 14:21:13 +00:00
parent cc1003a2ce
commit 6d00b10d50

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "goose";
version = "3.25.0";
version = "3.26.0";
src = fetchFromGitHub {
owner = "pressly";
repo = "goose";
rev = "v${version}";
hash = "sha256-ouyvxlnJQIMqRZt4nsR01+9p227FGBlHoCMAq6Ufh7A=";
hash = "sha256-3F9dnlu7fJ08Pcr64q6V3oRkDpm+N0Ot8drRp9m5YhU=";
};
proxyVendor = true;