Skip to content

Commit

Permalink
archiver: 3.3.0 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 25, 2020
1 parent 5f0531e commit 5d7544e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/misc/archiver/default.nix
Expand Up @@ -5,16 +5,18 @@

buildGoModule rec {
pname = "archiver";
version = "3.3.0";
version = "3.3.1";

src = fetchFromGitHub {
owner = "mholt";
repo = pname;
rev = "v${version}";
sha256 = "1yr2jhidqvbwh1y08lpqaidwpr5yx3bhvznm5fc9pk64s7z5kq3h";
sha256 = "1izr9znw3mbqpg85qkl1pad5hash531h3dpwbji5w2af2i6x4ga3";
};

vendorSha256 = "1ikrgl03r9zkn86kxkqi2kf540g3qzzz24i5wvh6g3d5q49nygl9";
vendorSha256 = "1rqhra3rfarq8f750zszkrm0jcsxa4sjbfpmcdlj5z000df699zq";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version} -X main.commit=${src.rev} -X main.date=unknown" ];

doCheck = false;

Expand Down

0 comments on commit 5d7544e

Please sign in to comment.