altcoins.wownero: 0.5.0.0 -> 0.5.0.2 (#56810)
This commit is contained in:
parent
2a5993d617
commit
ba28e4e7eb
@ -11,12 +11,12 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wownero-${version}";
|
name = "wownero-${version}";
|
||||||
|
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wownero";
|
owner = "wownero";
|
||||||
repo = "wownero";
|
repo = "wownero";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1dy9ycabva2z0896al1k2avl9xppkxvm1p2jwmg509ahjl98k3sy";
|
sha256 = "120cfkl2q8qgl3ajxfkkri9bxlnvmr1mhb1wvcigch1lqyflff1w";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig git ];
|
nativeBuildInputs = [ cmake pkgconfig git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user