Skip to content

Commit

Permalink
altcoins.wownero: 0.5.0.0 -> 0.5.0.2 (#56810)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwa authored and xeji committed Mar 4, 2019
1 parent 2a5993d commit ba28e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/wownero.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "wownero-${version}";

version = "0.5.0.0";
version = "0.5.0.2";
src = fetchFromGitHub {
owner = "wownero";
repo = "wownero";
rev = "v${version}";
sha256 = "1dy9ycabva2z0896al1k2avl9xppkxvm1p2jwmg509ahjl98k3sy";
sha256 = "120cfkl2q8qgl3ajxfkkri9bxlnvmr1mhb1wvcigch1lqyflff1w";
};

nativeBuildInputs = [ cmake pkgconfig git ];
Expand Down

0 comments on commit ba28e4e

Please sign in to comment.