Merge pull request #99134 from marsam/update-archiver

archiver: 3.3.1 -> 3.3.2
This commit is contained in:
Mario Rodas 2020-09-30 06:05:17 -05:00 committed by GitHub
commit 5eb312ce23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "archiver";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "mholt";
repo = pname;
rev = "v${version}";
sha256 = "1izr9znw3mbqpg85qkl1pad5hash531h3dpwbji5w2af2i6x4ga3";
sha256 = "1fi86g27c660g3mv9c5rfm0mmvh5q08704c19xnvrpwlg65glqrz";
};
vendorSha256 = "1rqhra3rfarq8f750zszkrm0jcsxa4sjbfpmcdlj5z000df699zq";