nano-wallet: 25.0 -> 25.1
This commit is contained in:
parent
b822651081
commit
b8c958d270
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "nano-wallet";
|
||||
version = "25.0";
|
||||
version = "25.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nanocurrency";
|
||||
repo = "nano-node";
|
||||
rev = "V${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-VHefXHUj08k53+8mAAhbR31F5uDmIxBFR1hfGfrrugM=";
|
||||
hash = "sha256-YvYEXHC8kxviZLQwINs+pS61wITSfqfrrPmlR+zNRoE=";
|
||||
};
|
||||
|
||||
cmakeFlags = let
|
||||
|
|
Loading…
Reference in a new issue