Merge pull request #78992 from xrelkd/update/brook

brook: 20200102 -> 20200201
This commit is contained in:
Mario Rodas 2020-02-01 04:26:05 -05:00 committed by GitHub
commit 3232b1d71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "brook"; pname = "brook";
version = "20200102"; version = "20200201";
goPackagePath = "github.com/txthinking/brook"; goPackagePath = "github.com/txthinking/brook";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "txthinking"; owner = "txthinking";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "17h74p4apghljiyqjxgk6c4hqnyqs4lsn15gbysx26r4cvzglpx6"; sha256 = "0fyw2q99gapnrg836x299sgagx94a5jpw4x3gnsf69fih7cqp9lm";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;