nfpm: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:06:33 +10:00
parent 31dae91dce
commit 88c3dd43d8
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-xwziGGdFBmPpLRlBBficioULISt8WjGBocbrQUXa8CY=";
};
vendorSha256 = "sha256-RaAb8QDFp/7TolsNZqcXurozr3vvK0SRyyy2h8MPhnk=";
vendorSha256 = "sha256-5gH19R+SZpGWXntQ/Te96t1YGIIIQuy2ZRQSiczvM3Y=";
doCheck = false;

View File

@ -7305,7 +7305,9 @@ with pkgs;
nyxt = callPackage ../applications/networking/browsers/nyxt { };
nfpm = callPackage ../tools/package-management/nfpm { };
nfpm = callPackage ../tools/package-management/nfpm {
buildGoModule = buildGo117Module;
};
nginx-config-formatter = callPackage ../tools/misc/nginx-config-formatter { };