0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

goreleaser: 2.4.5 -> 2.4.8

Diff: https://github.com/goreleaser/goreleaser/compare/v2.4.5...v2.4.8
(cherry picked from commit d12dfaf2d7)
This commit is contained in:
Sandro Jäckel 2024-11-25 14:07:21 +01:00 committed by github-actions[bot]
parent d35fb95056
commit 08aa8c0b49

View file

@ -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"