about summary refs log tree commit diff
path: root/pkgs/shells/zsh/antibody/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-01 22:20:04 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-02 02:48:29 -0500
commit09d877865e23a2e304fe377446f29946ef9ee1d5 (patch)
treeb1a58a71325b4472dd70fc0edfc0e4e9fb0f1cba /pkgs/shells/zsh/antibody/default.nix
parent8776ceafc3ccd29bc35b73248a0c9009aceafeda (diff)
downloadnixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar.gz
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar.bz2
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar.lz
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar.xz
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.tar.zst
nixlib-09d877865e23a2e304fe377446f29946ef9ee1d5.zip
antibody: 4.0.0 -> 4.0.2
Diffstat (limited to 'pkgs/shells/zsh/antibody/default.nix')
-rw-r--r--pkgs/shells/zsh/antibody/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/shells/zsh/antibody/default.nix b/pkgs/shells/zsh/antibody/default.nix
index 92a6628dcdae..29e79c0e5030 100644
--- a/pkgs/shells/zsh/antibody/default.nix
+++ b/pkgs/shells/zsh/antibody/default.nix
@@ -2,24 +2,23 @@
 
 buildGoPackage rec {
   name = "antibody-${version}";
-  version = "4.0.0";
-  rev = "v${version}";
+  version = "4.0.2";
 
   goPackagePath = "github.com/getantibody/antibody";
 
   src = fetchFromGitHub {
-    inherit rev;
     owner  = "getantibody";
     repo   = "antibody";
-    sha256 = "0iq3dfwwh39hmk8qmhrfgkn8pcabxf67c03s7vh18n7w9aay4jfz";
+    rev = "v${version}";
+    sha256 = "1lq0bd2l928bgwqiq3fa5ippjhnsfgwdqn6nd3hfis8bijrwc5jv";
   };
 
   goDeps = ./deps.nix;
 
   meta = with lib; {
     description = "The fastest shell plugin manager";
-    homepage    = https://github.com/getantibody/antibody;
-    license     = licenses.mit;
+    homepage = https://github.com/getantibody/antibody;
+    license = licenses.mit;
     maintainers = with maintainers; [ worldofpeace ];
   };
 }