gau: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm 2024-10-29 02:08:23 +00:00
parent 703fc88d84
commit f3d87a4bdf

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gau";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "lc";
repo = "gau";
rev = "refs/tags/v${version}";
hash = "sha256-1sF33uat6nwtTaXbZzO8YF4jewyQJ6HvI2l/zyTrJsg=";
hash = "sha256-B2l5joHeFDjYmdb3F1FFDKjIKENZu92O2sMlkf3Sf6Y=";
};
vendorHash = "sha256-nhsGhuX5AJMHg+zQUt1G1TwVgMCxnuJ2T3uBrx7bJNs=";