Merge pull request #40285 from demyanrogozhin/particl

particl-core: 0.16.0.4 -> 0.16.0.5
This commit is contained in:
xeji 2018-05-10 18:20:27 +02:00 committed by GitHub
commit 1d682d5314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "particl-core-${version}";
version = "0.16.0.4";
version = "0.16.0.5";
src = fetchurl {
url = "https://github.com/particl/particl-core/archive/v${version}.tar.gz";
sha256 = "1yy8pw13rn821jpi1zvzwi3ipxi1bgfxv8g6jz49qlbjzjmjcr68";
sha256 = "070crn6nnzrbcaj30w0qbybpm9kfd2ghnvmxp29gckgknw6n0vam";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];