goose: 3.20.0 -> 3.21.1

This commit is contained in:
R. Ryantm
2024-06-20 04:42:11 +00:00
parent 9ac814f96a
commit cab5a32fac
+3 -3
View File
@@ -6,17 +6,17 @@
buildGoModule rec {
pname = "goose";
version = "3.20.0";
version = "3.21.1";
src = fetchFromGitHub {
owner = "pressly";
repo = pname;
rev = "v${version}";
hash = "sha256-DgxFczS2YAnicf8RTMf7gDzCtDyj/zqzrGfeb3YcYzg=";
hash = "sha256-Klmgw5dYt2/JYc0nuqIZwos3/onlRwsfzTOJ/Yi2pMw=";
};
proxyVendor = true;
vendorHash = "sha256-KzIOylWrsOF5oAuuFKUKVSnSJWq3KWZ3Ot7sryNnjIY=";
vendorHash = "sha256-V875bGtp6Aki64TM3x0n1aERc5sVPIDZ3rNPF9D/osk=";
# skipping: end-to-end tests require a docker daemon
postPatch = ''