1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

httplab: 0.3.0 -> 0.4.0

This commit is contained in:
R. RyanTM 2020-06-14 17:22:53 +00:00
parent 0905a5d990
commit 3717d074e7

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "httplab";
version = "0.3.0";
version = "0.4.0";
rev = "v${version}";
goPackagePath = "github.com/gchaincl/httplab";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "gchaincl";
repo = "httplab";
inherit rev;
sha256 = "1q9rp43z59nryfm79gci5a1gmqw552rqd4cki81rymbj3f6xvrf9";
sha256 = "0442nnpxyfl2gi9pilv7q6cxs2cd98wblg8d4nw6dx98yh4h99zs";
};
meta = with stdenv.lib; {