Skip to content

Commit

Permalink
Merge pull request #73216 from filalex77/antibody-4.2.0
Browse files Browse the repository at this point in the history
antibody: 4.1.2 -> 4.2.0
  • Loading branch information
worldofpeace committed Nov 11, 2019
2 parents 4432135 + dfb9a1e commit d73e945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/shells/zsh/antibody/default.nix
Expand Up @@ -2,23 +2,23 @@

buildGoModule rec {
pname = "antibody";
version = "4.1.2";
version = "4.2.0";

goPackagePath = "github.com/getantibody/antibody";

src = fetchFromGitHub {
owner = "getantibody";
repo = "antibody";
rev = "v${version}";
sha256 = "1csanmvix7b2sa7nsy8nh3jq6gmhp8i51xivsabm1lj2y30c0ly3";
sha256 = "1vds7mxqxa7xlhvjvmnh1nr1ra3dciav0qlv45s1dmwn5qrcilci";
};

modSha256 = "1p9cw92ivwgpkvjxvwd9anbd1vzhpicm9il4pg37z2kgr2ihhnyh";
modSha256 = "1n9sgrm16iig600f4q1cmbwwk0822isjvbyazplylha843510b17";

meta = with lib; {
description = "The fastest shell plugin manager";
homepage = https://github.com/getantibody/antibody;
license = licenses.mit;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ filalex77 worldofpeace ];
};
}

0 comments on commit d73e945

Please sign in to comment.