Merge pull request #129905 from r-ryantm/auto-update/curlie

curlie: 1.6.0 -> 1.6.2
This commit is contained in:
Maximilian Bosch 2021-07-11 11:41:16 +02:00 committed by GitHub
commit 40055d1d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "curlie";
version = "1.6.0";
version = "1.6.2";
src= fetchFromGitHub {
owner = "rs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rrwdqaKrC37BaI9RuTTv6EiOZ3ztgd7nGuplmeW02h8=";
sha256 = "sha256-2CZpqc1MnAY6M1UFakKLaqGjaifw+7bN4hxc0jWgSps=";
};
vendorSha256 = "sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI=";