curlie: 1.6.0 -> 1.6.2

This commit is contained in:
R. RyanTM 2021-07-11 03:22:34 +00:00
parent 26f64b251c
commit 5ce96d5b99

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=";