yarr: 2.3 -> 2.4

This commit is contained in:
R. Ryantm 2023-08-25 11:18:53 +00:00
parent adbbbf0d1f
commit 2cf66b1ab6

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yarr";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "nkanaev";
repo = "yarr";
rev = "v${version}";
hash = "sha256-LW0crWdxS6zcY5rxR0F2FLDYy9Ph2ZKyB/5VFVss+tA=";
hash = "sha256-ZMQ+IX8dZuxyxQhD/eWAe4bGGCVcaCeVgF+Wqs79G+k=";
};
vendorHash = "sha256-yXnoibqa0+lHhX3I687thGgasaVeNiHpGFmtEnH7oWY=";
vendorHash = null;
subPackages = [ "src" ];