2022-11-03T19:22:30 nfpm 2.20.0 -> 2.21.0 https://github.com/goreleaser/nfpm/releases 2022-11-03T19:22:33 attrpath: nfpm 2022-11-03T19:22:33 Checking auto update branch... 2022-11-03T19:22:33 No auto update branch exists 2022-11-03T19:22:33 Old version 2.20.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "nfpm"; version = "2.21.0"; src = fetchFromGitHub { owner = "goreleaser"; repo = pname; rev = "v${version}"; sha256 = "sha256-WjvgRveSoDgOvGHy3jnIq2InKi1NaPiuorufrsSsp5k="; }; vendorSha256 = "sha256-EbA4ljsSessyGJLw9BfJ4wulAcXQeLOXk4f6KVu9mIY="; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; meta = with lib; { description = "A simple deb and rpm packager written in Go"; homepage = "https://github.com/goreleaser/nfpm"; maintainers = with maintainers; [ marsam techknowlogick ]; license = with licenses; [ mit ]; }; }