gickup: 0.10.36 -> 0.10.38

This commit is contained in:
R. Ryantm 2025-04-09 19:03:30 +00:00
parent b1dd7557c3
commit 6c0017a0a1

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gickup";
version = "0.10.36";
version = "0.10.38";
src = fetchFromGitHub {
owner = "cooperspencer";
repo = "gickup";
tag = "v${version}";
hash = "sha256-Os26Il/FhH5cpgpaMZGfOljZ4p3XlCrRPEvzKD6kgpg=";
hash = "sha256-vthr4nkwuhvGXxH2P0uHeuQpjQFNTpGFHF+eXG2jiqk=";
};
vendorHash = "sha256-x+K3qXV0F4OKsldsnNcR5w4fmwYyt7V7IDrcHBNPttI=";
vendorHash = "sha256-RtuEpvux+8oJ829WEvz5OPfnYvFCdNo/9GCXhjXurRM=";
ldflags = [ "-X main.version=${version}" ];