nano-wallet: 16.1 -> 16.2

This commit is contained in:
Jaakko Luttinen 2018-10-12 06:54:56 +03:00
parent 60ae563293
commit 559d0ee284
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nano-wallet-${version}"; name = "nano-wallet-${version}";
version = "16.1"; version = "16.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nanocurrency"; owner = "nanocurrency";
repo = "raiblocks"; repo = "raiblocks";
rev = "V${version}"; rev = "V${version}";
sha256 = "0sk9g4fv494a5w75vs5a3s5c139lxzz1svz0cn1hkhxqlmz8w081"; sha256 = "18zp4xl5iwwrnzrqzsygdrym5565v8dpfz0jxczw21896kw1i9i7";
fetchSubmodules = true; fetchSubmodules = true;
}; };