gat: 0.23.0 -> 0.23.1 (#404618)

Co-authored-by: TheMaxMur <TheMaxMur@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-06 19:27:05 +00:00 committed by GitHub
commit f17d1eb14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gat";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
tag = "v${version}";
hash = "sha256-NZ2pa2jewYmEGkRITfOfXeVWhfkfU0TQFKbkwkTsHNs=";
hash = "sha256-qodrMfAmrsreqBxzOp1ih41LiYqu9YEkIs75dYqgJug=";
};
vendorHash = "sha256-Fcj0APGk1C4leZoUphrj0Vi7XWClMfQsOb9wDoMfQrU=";
vendorHash = "sha256-x8vQsCGcVQdlASiPTnImJMAa7pG473Cjs8SVAgaE7S0=";
env.CGO_ENABLED = 0;