Merge pull request #56300 from jluttine/nano-wallet-18.0

nano-wallet: 16.3 -> 18.0
This commit is contained in:
Ryan Mulligan 2019-02-24 12:58:33 -08:00 committed by GitHub
commit 48d38a465d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "nano-wallet-${version}";
version = "16.3";
version = "18.0";
src = fetchFromGitHub {
owner = "nanocurrency";
repo = "raiblocks";
rev = "V${version}";
sha256 = "1rhq7qzfd8li33pmzcjxrhbbgdklxlcijam62s385f8yqjwy80dz";
sha256 = "03f9g1x7rs7vic9yzsjxsh5ddx9ys78rssbfghbccfw9qrwylh3y";
fetchSubmodules = true;
};