lol

Merge pull request #226883 from SuperSandro2000/goreleaser

goreleaser: 1.17.1 -> 1.17.2

authored by

figsoda and committed by
GitHub
8e325f23 c5c92d95

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