summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-10-06 09:32:50 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-06 15:32:50 +0200
commit5c2059df2284f5f52cb4f40bd85850b1cd02bac8 (patch)
tree34cd232c6a4a90f3153d7706e404d54170355ed4 /pkgs/shells
parente5bea728ce4e49bfbd7711fb7fd196471dc9aa1f (diff)
downloadnixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar.gz
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar.bz2
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar.lz
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar.xz
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.tar.zst
nixlib-5c2059df2284f5f52cb4f40bd85850b1cd02bac8.zip
antibody: 3.6.1 -> 3.7.0 (#47943)
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/antibody/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/antibody/default.nix b/pkgs/shells/zsh/antibody/default.nix
index 60304531bfbe..bf3d7773640e 100644
--- a/pkgs/shells/zsh/antibody/default.nix
+++ b/pkgs/shells/zsh/antibody/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "antibody-${version}";
-  version = "3.6.1";
+  version = "3.7.0";
   rev = "v${version}";
 
   goPackagePath = "github.com/getantibody/antibody";
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner  = "getantibody";
     repo   = "antibody";
-    sha256 = "1xlaf3440hs1ffa23ja0fc185sj0rxjv0808ib8li3rq2qfkd0k8";
+    sha256 = "1c7f0b1lgl4pm3cs39kr6dgr19lfykjhamg74k5ryrizag0j68l5";
   };
 
   goDeps = ./deps.nix;