goose: 3.24.3 -> 3.25.0 (#436629)

This commit is contained in:
Nick Cao
2025-08-26 15:27:47 -04:00
committed by GitHub
+3 -3
View File
@@ -7,17 +7,17 @@
buildGoModule rec {
pname = "goose";
version = "3.24.3";
version = "3.25.0";
src = fetchFromGitHub {
owner = "pressly";
repo = "goose";
rev = "v${version}";
hash = "sha256-GfHhjpg/fMuctAEZFWnUnpnBUFOeGn2L3BSlfI9cOuE=";
hash = "sha256-ouyvxlnJQIMqRZt4nsR01+9p227FGBlHoCMAq6Ufh7A=";
};
proxyVendor = true;
vendorHash = "sha256-uaCCbKAtkeTDAjHKXVdWykRGA/YlsszZR8CdM6YGFaw=";
vendorHash = "sha256-Cpw2xJWWW85LUS5K+KM2fCUISYwLFjsdk0gPRgIZKP4=";
# skipping: end-to-end tests require a docker daemon
postPatch = ''