gitAndTools.git-bug: 0.6.0 -> 0.7.0
This commit is contained in:
parent
f54a63920c
commit
fd6ee37def
@ -2,21 +2,21 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "git-bug";
|
pname = "git-bug";
|
||||||
version = "0.7.0";
|
version = "0.7.1"; # the `rev` below pins the version of the source to get
|
||||||
rev = "71580c41a931a1ad2c04682e0fd701661b716c95";
|
rev = "2d64b85db71a17ff3277bbbf7ac9d8e81f8e416c";
|
||||||
goPackagePath = "github.com/MichaelMure/git-bug";
|
goPackagePath = "github.com/MichaelMure/git-bug";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "MichaelMure";
|
owner = "MichaelMure";
|
||||||
repo = "git-bug";
|
repo = "git-bug";
|
||||||
sha256 = "0mhqvcwa6y3hrrv88vbp22k7swzr8xw6ipm80gdpx85yp8j2wdkh";
|
sha256 = "01ab3mlwh5g1vr3x85fppflg18gb8ip9mjfsp2b5rfigd9lxyyns";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1cfn49cijiarzzczrpd28x1k7ib98xyzlvn3zghwk2ngfgiah3ld";
|
modSha256 = "05wxvzsbhvz15596019vs7h09kynfsfjx3i5xyrl5xjzdxbaqbrq";
|
||||||
|
|
||||||
buildFlagsArray = ''
|
buildFlagsArray = ''
|
||||||
-ldflags=
|
-ldflags=
|
||||||
-X ${goPackagePath}/commands.GitCommit=${rev}
|
-X ${goPackagePath}/commands.GitCommit=${rev}
|
||||||
-X ${goPackagePath}/commands.GitLastTag=${version}
|
-X ${goPackagePath}/commands.GitLastTag=${version}
|
||||||
-X ${goPackagePath}/commands.GitExactTag=${version}
|
-X ${goPackagePath}/commands.GitExactTag=${version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user