gat: 0.21.1 -> 0.21.2 (#388583)

Co-authored-by: TheMaxMur <TheMaxMur@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-10 02:57:21 +00:00
committed by GitHub
co-authored by TheMaxMur
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gat";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
tag = "v${version}";
hash = "sha256-lqMK/lHnHipX5COpY0rVPhDL196lomT09w9cAzPCwA8=";
hash = "sha256-l5VkcUm1Cy1R0gTOS9Yt4HPILYrnUpjZCM4x78QS2WU=";
};
vendorHash = "sha256-gePgJZdPuV6VTgyLKTjRohxoIdvBr7/J98FCp9dzjV0=";