lol

gat: 0.21.1 -> 0.21.2 (#388583)

Co-authored-by: TheMaxMur <TheMaxMur@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
TheMaxMur
and committed by
GitHub
c2701d40 b2dc90cb

+2 -2
+2 -2
pkgs/by-name/ga/gat/package.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gat"; 8 - version = "0.21.1"; 8 + version = "0.21.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "koki-develop"; 12 12 repo = "gat"; 13 13 tag = "v${version}"; 14 - hash = "sha256-lqMK/lHnHipX5COpY0rVPhDL196lomT09w9cAzPCwA8="; 14 + hash = "sha256-l5VkcUm1Cy1R0gTOS9Yt4HPILYrnUpjZCM4x78QS2WU="; 15 15 }; 16 16 17 17 vendorHash = "sha256-gePgJZdPuV6VTgyLKTjRohxoIdvBr7/J98FCp9dzjV0=";