Merge pull request #335617 from r-ryantm/auto-update/gtfocli

gtfocli: 0.0.4 -> 0.0.5
This commit is contained in:
Fabian Affolter 2024-08-19 21:32:47 +02:00 committed by GitHub
commit 6fa98bbb84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gtfocli";
version = "0.0.4";
version = "0.0.5";
src = fetchFromGitHub {
owner = "cmd-tools";
repo = "gtfocli";
rev = "refs/tags/${version}";
hash = "sha256-fSk/OyeUffYZOkHXM1m/a9traDxdllYBieMEfsv910Q=";
hash = "sha256-yvL9H9yOiYTaWtm5cj9A8y+kKXLQgLqUMu9JMnm1llI=";
};
vendorHash = "sha256-yhN2Ve4mBw1HoC3zXYz+M8+2CimLGduG9lGTXi+rPNw=";
vendorHash = "sha256-M1/XTY4ihkPNDiCv87I+kPgsTPU+sCqdnRoP09iVFu4=";
ldflags = [
"-s"