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

View file

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