gat: 0.22.0 -> 0.23.0 (#402713)

Co-authored-by: TheMaxMur <TheMaxMur@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-29 08:16:16 +00:00
committed by GitHub
co-authored by TheMaxMur
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gat";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
tag = "v${version}";
hash = "sha256-DJv7vll4I6jHpW7O7rc+Sn+Cr63Z1P4rZsIj5FPBEGw=";
hash = "sha256-NZ2pa2jewYmEGkRITfOfXeVWhfkfU0TQFKbkwkTsHNs=";
};
vendorHash = "sha256-TUMfQBQaoJu731qYQuQ41K9JJvGocbbNpkX2LpkhHNc=";
vendorHash = "sha256-Fcj0APGk1C4leZoUphrj0Vi7XWClMfQsOb9wDoMfQrU=";
env.CGO_ENABLED = 0;