Skip to content

Commit

Permalink
gat: 0.19.2 -> 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 18, 2024
1 parent a98c720 commit 2c4b62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "gat";
version = "0.19.2";
version = "0.19.3";

src = fetchFromGitHub {
owner = "koki-develop";
repo = "gat";
rev = "refs/tags/v${version}";
hash = "sha256-f0B+MHVtG73arkvUTSb+iYJ8p2fn5NvxfL6QBBOBTi8=";
hash = "sha256-MBRKp1S/6dizZR0zDyaNGqKsHI+vK6oTNkPuxwbf7os=";
};

vendorHash = "sha256-ns1jFmBvIfclb3SBtdg05qNBy18p6VjtEKrahtxJUM4=";
Expand Down

0 comments on commit 2c4b62d

Please sign in to comment.