gat: 0.18.0 -> 0.19.1

This commit is contained in:
R. Ryantm 2024-10-15 11:54:30 +00:00
parent c2bdda7b60
commit d2b448eaf3

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gat";
version = "0.18.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
rev = "refs/tags/v${version}";
hash = "sha256-QIC3SvuCu8HIwxieNnSsbBa8nTL5aL46eUDpti2gmJU=";
hash = "sha256-wbtTqCSvNGqlliAKdKZyTCeenmcorqQKROAOc4NJal4=";
};
vendorHash = "sha256-xLoLLn9lsEZ+SjIbVRzhwM9mXkltfA0Zoiz1T7hpTEc=";