Merge pull request #35730 from ryantm/auto-update/httplab-0.1.0-to-0.3.0
httplab: 0.1.0 -> 0.3.0
This commit is contained in:
commit
c38b7d57e8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "httplab-${version}";
|
name = "httplab-${version}";
|
||||||
version = "0.1.0";
|
version = "0.3.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 = "19d0aasaxayvw25m9n2gahyq590dwym7k0fng8pqvrgc2mpl0ncw";
|
sha256 = "1q9rp43z59nryfm79gci5a1gmqw552rqd4cki81rymbj3f6xvrf9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user