yarr: 2.3 -> 2.4
This commit is contained in:
parent
adbbbf0d1f
commit
2cf66b1ab6
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "yarr";
|
pname = "yarr";
|
||||||
version = "2.3";
|
version = "2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nkanaev";
|
owner = "nkanaev";
|
||||||
repo = "yarr";
|
repo = "yarr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-LW0crWdxS6zcY5rxR0F2FLDYy9Ph2ZKyB/5VFVss+tA=";
|
hash = "sha256-ZMQ+IX8dZuxyxQhD/eWAe4bGGCVcaCeVgF+Wqs79G+k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-yXnoibqa0+lHhX3I687thGgasaVeNiHpGFmtEnH7oWY=";
|
vendorHash = null;
|
||||||
|
|
||||||
subPackages = [ "src" ];
|
subPackages = [ "src" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue