Skip to content

Commit

Permalink
curlie: 1.3.1 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 22, 2020
1 parent 83162ab commit 23370af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/curlie/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "curlie";
version = "1.3.1";
version = "1.5.4";

src= fetchFromGitHub {
owner = "rs";
repo = pname;
rev = "v${version}";
sha256 = "09v8alrbw6qva3q3bcqxnyjm7svagfxqvhdff7cqf5pbmkxnhln9";
sha256 = "0z92gz39m0gk8j7l2nwa5vrfr3mq160vr1b15sy13jwi1zspc7hx";
};

vendorSha256 = "1mxgf004czf65a2mv99gfp27g98xhllmfcz4ynfv66nfkbfz6a8n";
vendorSha256 = "1qnl15b9cs6xi8z368a9n34v3wr2adwp376cjzhyllni7sf6v1mm";

doCheck = false;

Expand Down

0 comments on commit 23370af

Please sign in to comment.