Merge pull request #90378 from r-ryantm/auto-update/httplab

httplab: 0.3.0 -> 0.4.0
This commit is contained in:
Maximilian Bosch 2020-06-23 23:54:42 +02:00 committed by GitHub
commit 647821e8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {