Skip to content

Commit

Permalink
goreleaser: 2.4.8 -> 2.5.0 (NixOS#365589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 16, 2024
2 parents c4e2bb1 + 6e85896 commit 524f641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/goreleaser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}:
buildGoModule rec {
pname = "goreleaser";
version = "2.4.8";
version = "2.5.0";

src = fetchFromGitHub {
owner = "goreleaser";
repo = "goreleaser";
rev = "v${version}";
hash = "sha256-inM+CyYk8sTTS8QomPhm9SsQVhnv+JkjL4vpwLsotnY=";
hash = "sha256-DWxYcviI/J9SlHe81UU8yw19pz671C+BsUnrId4JbDE=";
};

vendorHash = "sha256-rS6+/HpF12AHgH5yPkyhA5qIMtucbNUTSMxuWfhvMZo=";
vendorHash = "sha256-Dbd7zKmzaMixD7AsWjsdiSXUebyjFvPfmwMjozMnaUQ=";

ldflags = [
"-s"
Expand Down

0 comments on commit 524f641

Please sign in to comment.