gau: 2.1.2 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-10-24 10:45:02 +00:00
parent 6c5458cf32
commit eabddba4be

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gau";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "lc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-z8JmMMob12wRTdpFoVbRHTDwet9AMXet49lHEDVVAnw=";
sha256 = "sha256-09Mf6KmTO3gper7txhvPZ/lb/cFOTDWicpu7+JrNrbo=";
};
vendorHash = "sha256-HQATUCzYvhhlqe4HhNu9H4CqmY2IGLNJ9ydt3/igSmQ=";
vendorHash = "sha256-nhsGhuX5AJMHg+zQUt1G1TwVgMCxnuJ2T3uBrx7bJNs=";
meta = with lib; {
description = "Tool to fetch known URLs";