nano-wallet: 16.3 -> 18.0

This commit is contained in:
Jaakko Luttinen 2019-02-24 16:39:31 +02:00
parent 19eedaf867
commit 1b2020f10c
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

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;
};