gat: 0.20.0 -> 0.20.3

This commit is contained in:
R. Ryantm
2025-02-09 13:14:24 +00:00
parent 6f1338e307
commit 85e6e0441e
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gat";
version = "0.20.0";
version = "0.20.3";
src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
tag = "v${version}";
hash = "sha256-xO0MUbryuglbRIbBEbKJGYPPaJD8j4hNpIR+Kqc302s=";
hash = "sha256-97rFnJPdnLv8RLI5ZGMpdEX2UwLUNBVn3Fe4vv5MFRY=";
};
vendorHash = "sha256-z2Hbn1debyJn/nTKVC2y3vd6V7XQyHFPNA6hCVuYzgU=";
vendorHash = "sha256-C3iUsS1p/+8U1KO/B5htYwCKnQThOusjE/jhOqoCFQo=";
env.CGO_ENABLED = 0;