curlie: 1.5.4 -> 1.6.0

https://github.com/rs/curlie/releases/tag/v1.6.0

Fixes integration with `curl-7.73.0` which we have on `master`
since 4df8aa7b00.
This commit is contained in:
Maximilian Bosch 2020-11-06 13:46:18 +01:00
parent 8051411322
commit f71d393b94
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "curlie";
version = "1.5.4";
version = "1.6.0";
src= fetchFromGitHub {
owner = "rs";
repo = pname;
rev = "v${version}";
sha256 = "0z92gz39m0gk8j7l2nwa5vrfr3mq160vr1b15sy13jwi1zspc7hx";
sha256 = "sha256-rrwdqaKrC37BaI9RuTTv6EiOZ3ztgd7nGuplmeW02h8=";
};
vendorSha256 = "1qnl15b9cs6xi8z368a9n34v3wr2adwp376cjzhyllni7sf6v1mm";
vendorSha256 = "sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI=";
doCheck = false;