httplab: 0.1.0 -> 0.3.0

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/xcj03lcwy88k0kv4mymsimgjmzjxwgdn-httplab-0.3.0-bin/bin/httplab --version` and found version 0.3.0
- found 0.3.0 with grep in /nix/store/xcj03lcwy88k0kv4mymsimgjmzjxwgdn-httplab-0.3.0-bin
- found 0.3.0 in filename of file in /nix/store/xcj03lcwy88k0kv4mymsimgjmzjxwgdn-httplab-0.3.0-bin

cc "@pradeepchhetri @ehmry @lethalman"

+2 -2
+2 -2
pkgs/tools/networking/httplab/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "httplab-${version}"; 5 - version = "0.1.0"; 5 + version = "0.3.0"; 6 6 rev = "v${version}"; 7 7 8 8 goPackagePath = "github.com/gchaincl/httplab"; ··· 11 11 owner = "gchaincl"; 12 12 repo = "httplab"; 13 13 inherit rev; 14 - sha256 = "19d0aasaxayvw25m9n2gahyq590dwym7k0fng8pqvrgc2mpl0ncw"; 14 + sha256 = "1q9rp43z59nryfm79gci5a1gmqw552rqd4cki81rymbj3f6xvrf9"; 15 15 }; 16 16 17 17 meta = with stdenv.lib; {