Skip to content

Commit

Permalink
goose: 3.22.1 -> 3.23.0 (#358038)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 22, 2024
2 parents 467cc1c + 438da00 commit a45df1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/goose/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

buildGoModule rec {
pname = "goose";
version = "3.22.1";
version = "3.23.0";

src = fetchFromGitHub {
owner = "pressly";
repo = pname;
rev = "v${version}";
hash = "sha256-rXh50Yv8UXJc+E32Fgg6Iy2K6x5+IM7dmxsvwFuCQ9U=";
hash = "sha256-xfCkhVUR/GXYQEpaAhaeBV6UfXMdHyzTn+mIJfuHjBA=";
};

proxyVendor = true;
vendorHash = "sha256-xb3yBiV+XyOlMp42c+eCj27DpvJalP5qhEoKG1X2kG8=";
vendorHash = "sha256-kNe+qc1EIHqXRv0DAGfBK6XNahn/YNmz74mfWrG3+rc=";

# skipping: end-to-end tests require a docker daemon
postPatch = ''
Expand Down

0 comments on commit a45df1f

Please sign in to comment.