mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
httplab: 0.3.0 -> 0.4.0
This commit is contained in:
parent
0905a5d990
commit
3717d074e7
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "httplab";
|
pname = "httplab";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/gchaincl/httplab";
|
goPackagePath = "github.com/gchaincl/httplab";
|
||||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||||
owner = "gchaincl";
|
owner = "gchaincl";
|
||||||
repo = "httplab";
|
repo = "httplab";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1q9rp43z59nryfm79gci5a1gmqw552rqd4cki81rymbj3f6xvrf9";
|
sha256 = "0442nnpxyfl2gi9pilv7q6cxs2cd98wblg8d4nw6dx98yh4h99zs";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue