goose: 3.13.4 -> 3.14.0 (#246748)

This commit is contained in:
R. RyanTM 2023-08-02 04:44:14 -07:00 committed by GitHub
parent 6f3d85ff35
commit 2b9b52d193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,17 +6,17 @@
buildGoModule rec {
pname = "goose";
version = "3.13.4";
version = "3.14.0";
src = fetchFromGitHub {
owner = "pressly";
repo = pname;
rev = "v${version}";
hash = "sha256-mz7kB8ygDm23bsuQy9mYnWSGF6DDGqBtvj82s2PLDR0=";
hash = "sha256-4WBYfxEmEuFZM+Qt2miw6GxuV5B2nc4XXeyDQi1IISg=";
};
proxyVendor = true;
vendorHash = "sha256-lWlv6+Auj9YGxyJXr5WGbe4AWqJSpHE9RTY+9ZXyPVQ=";
vendorHash = "sha256-zsqulNAPcGVp6+ClYtRwM5U6YwRak4ttSLbgPWDxtbI=";
# end-to-end tests require a docker daemon
postPatch = ''