antibody: set version

This commit is contained in:
Mario Rodas 2020-03-13 17:32:40 -05:00
parent fb08fa0063
commit 25b7ba9cda
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -4,8 +4,6 @@ buildGoModule rec {
pname = "antibody";
version = "4.3.1";
goPackagePath = "github.com/getantibody/antibody";
src = fetchFromGitHub {
owner = "getantibody";
repo = "antibody";
@ -15,6 +13,8 @@ buildGoModule rec {
modSha256 = "08k4mzqcva7yq1zmfxhlqnd8kk70zry6cfghxl1bgmhnfjqh61qr";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with lib; {
description = "The fastest shell plugin manager";
homepage = "https://github.com/getantibody/antibody";