Skip to content

Commit

Permalink
goreleaser: 2.5.0 -> 2.5.1 (#370487)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents 208ce2f + 2831187 commit 5b27a35
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.5.0";
version = "2.5.1";

src = fetchFromGitHub {
owner = "goreleaser";
repo = "goreleaser";
rev = "v${version}";
hash = "sha256-DWxYcviI/J9SlHe81UU8yw19pz671C+BsUnrId4JbDE=";
hash = "sha256-W3f/1nn2gZhNloZNEg4ucTKt7B0K6NIYcBsPJyEhaKc=";
};

vendorHash = "sha256-Dbd7zKmzaMixD7AsWjsdiSXUebyjFvPfmwMjozMnaUQ=";
vendorHash = "sha256-lEtuEtz0FMTiUYHiOhPlH78IXHjXCj0Y9Uf2lLgJw/o=";

ldflags = [
"-s"
Expand Down

0 comments on commit 5b27a35

Please sign in to comment.