Skip to content

Commit

Permalink
goreleaser: 2.4.5 -> 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 25, 2024
1 parent 61aa4ba commit d12dfaf
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.5";
version = "2.4.8";

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

vendorHash = "sha256-jNzTVNSg/NR2lIuheUZSao+AXMuYRYmNPmFTB2Wu2dI=";
vendorHash = "sha256-rS6+/HpF12AHgH5yPkyhA5qIMtucbNUTSMxuWfhvMZo=";

ldflags = [
"-s"
Expand Down

0 comments on commit d12dfaf

Please sign in to comment.