Skip to content

Commit

Permalink
nfpm: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 11, 2021
1 parent 65aeed5 commit 7c60ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nfpm/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "nfpm";
version = "2.2.3";
version = "2.2.4";

src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-F3SDcO5E0d5/aEJLdy0fJqB6brwf4C9Imtk1R5zOT5A=";
sha256 = "sha256-EIHEdU1H5XhhzuWJUEvnKNsuNV8CBJrHBlaZlSfrSro=";
};

vendorSha256 = "sha256-fGhe0EukTWk/4tGPiFMit7zBD4380AkgxrQ3pzImsFU=";
vendorSha256 = "sha256-aSoryidfAfqPBpOtAXFJsq1ZcqJqpGiX3pZz5GpkKqQ=";

doCheck = false;

Expand Down

0 comments on commit 7c60ab1

Please sign in to comment.