Merge pull request #49068 from worldofpeace/antibody/4.0.0

antibody: 3.7.0 -> 4.0.0
This commit is contained in:
Vladyslav M 2018-10-25 09:48:57 +03:00 committed by GitHub
commit dd0e0bd150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "antibody-${version}";
version = "3.7.0";
version = "4.0.0";
rev = "v${version}";
goPackagePath = "github.com/getantibody/antibody";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "getantibody";
repo = "antibody";
sha256 = "1c7f0b1lgl4pm3cs39kr6dgr19lfykjhamg74k5ryrizag0j68l5";
sha256 = "0iq3dfwwh39hmk8qmhrfgkn8pcabxf67c03s7vh18n7w9aay4jfz";
};
goDeps = ./deps.nix;