2022-11-22T04:23:20 goreleaser 1.12.3 -> 1.13.0 https://github.com/goreleaser/goreleaser/releases 2022-11-22T04:23:22 attrpath: goreleaser 2022-11-22T04:23:23 Checking auto update branch... 2022-11-22T04:23:23 No auto update branch exists 2022-11-22T04:23:23 Old version 1.12.3" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "goreleaser"; version = "1.13.0"; src = fetchFromGitHub { owner = "goreleaser"; repo = pname; rev = "v${version}"; sha256 = "sha256-sgYTWiiFsrr+1c3C5GFpwSiGHfYizbjBTcj0JDuZXkE="; }; vendorSha256 = "sha256-UpQ2yFprWdwE67MR5voPjgY7wqrtw/ZQbt05Tbo50XY="; ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.builtBy=nixpkgs" ]; # tests expect the source files to be a build repo doCheck = false; meta = with lib; { description = "Deliver Go binaries as fast and easily as possible"; homepage = "https://goreleaser.com"; maintainers = with maintainers; [ c0deaddict endocrimes sarcasticadmin techknowlogick ]; license = licenses.mit; }; }