brook: 20190401 -> 20190601

This commit is contained in:
xrelkd
2019-06-01 22:41:05 +08:00
parent b7b96cf0c3
commit 63395027a6
2 changed files with 14 additions and 68 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "brook";
version = "20190401";
version = "20190601";
goPackagePath = "github.com/txthinking/brook";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "txthinking";
repo = "${pname}";
rev = "v${version}";
sha256 = "0kx0dpvr3llpdzmw5bvzhdvwkmzrv6kqbsilx6rgrvyl61y9pyry";
sha256 = "04gx1p447wabw3d18s9sm8ynlvj2bp8ac9dsgs08kd1dyrsjlljk";
};
goDeps = ./deps.nix;