pkgs/yarr: 2023-05-16 -> 2.4

This commit is contained in:
Aaron Bieber 2023-08-15 07:40:56 -06:00
parent ebceb4820b
commit 6bec35b20f
No known key found for this signature in database

View File

@ -7,14 +7,13 @@
with lib;
buildGoModule rec {
pname = "yarr";
version = "2023-05-16";
version = "2.4";
src = fetchFromGitHub {
owner = "nkanaev";
repo = pname;
#rev = "v${version}";
rev = "7d99edab8d3c054e75feba183bd76fead15712f1";
sha256 = "sha256-gOydL1SyM1bGbErpefWlwhjLWH6j0GGpI/F0kEBHxic=";
rev = "v${version}";
sha256 = "sha256-ZMQ+IX8dZuxyxQhD/eWAe4bGGCVcaCeVgF+Wqs79G+k=";
};
vendorHash = null;