lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #226152 from caarlos0/goreleaser-up

goreleaser: 1.17.0 -> 1.17.1

authored by

figsoda and committed by
GitHub
a867f895 4efeb3e4

+2 -3
+2 -3
pkgs/tools/misc/goreleaser/default.nix
··· 5 5 , installShellFiles 6 6 , buildPackages 7 7 }: 8 - 9 8 buildGoModule rec { 10 9 pname = "goreleaser"; 11 - version = "1.17.0"; 10 + version = "1.17.1"; 12 11 13 12 src = fetchFromGitHub { 14 13 owner = "goreleaser"; 15 14 repo = pname; 16 15 rev = "v${version}"; 17 - sha256 = "sha256-OaTt6pFIfPYbonl2M1NBL6ET1XOt1Xe94zOCsEtJuGI="; 16 + sha256 = "sha256-n9u44V1sMQJ1clc8zljuKAl6S1adHvrYHtHboRNYfWg="; 18 17 }; 19 18 20 19 vendorHash = "sha256-KNHi8lSsya/vbpsWbr7un3bKsb6GcyhkrTurRhczxns=";