gickup: 0.10.21 -> 0.10.22
This commit is contained in:
parent
914f5b0668
commit
99388c8f59
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gickup";
|
pname = "gickup";
|
||||||
version = "0.10.21";
|
version = "0.10.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cooperspencer";
|
owner = "cooperspencer";
|
||||||
repo = "gickup";
|
repo = "gickup";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-o8uLdkk0aZWIj+mKsp/XGKcwpV0rGFcZnmV4MuHKlUg=";
|
hash = "sha256-pF8sckOSmih5rkDv7kvSL9gU4XwBrEIycjzEce01i64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-NAYkQsCt32mtHFXZC0g3OrlrOceUaeGH4bKWF7B08po=";
|
vendorHash = "sha256-kEy6Per8YibUHRp7E4jzkOgATq3Ub5WCNIe0WiHo2Ro=";
|
||||||
|
|
||||||
ldflags = ["-X main.version=${version}"];
|
ldflags = ["-X main.version=${version}"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue