antibody: 3.4.6 -> 3.5.0 (#41746)

This commit is contained in:
worldofpeace
2018-06-10 00:14:54 +02:00
committed by xeji
parent 8e9e728aee
commit 84670fb9c8
2 changed files with 49 additions and 22 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "antibody-${version}";
version = "3.4.6";
version = "3.5.0";
rev = "v${version}";
goPackagePath = "github.com/getantibody/antibody";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "getantibody";
repo = "antibody";
sha256 = "0pvsngvlxv5iw7yj18snslag8c61ji4w3j3rw543ckl6k3f9zq6c";
sha256 = "0x9wfki7cl3cm9h21zj37196gwdzgllfgqmgy9n86m82wbla6slb";
};
goDeps = ./deps.nix;