Merge pull request #86716 from r-ryantm/auto-update/particl-core

particl-core: 0.17.1.2 -> 0.19.1.1
This commit is contained in:
Ryan Mulligan 2020-05-05 11:26:29 -07:00 committed by GitHub
commit 857267029e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "particl-core";
version = "0.17.1.2";
version = "0.19.1.1";
src = fetchurl {
url = "https://github.com/particl/particl-core/archive/v${version}.tar.gz";
sha256 = "16hcyxwp6yrypwvxz6i2987z3jmpk47xcgnsgh9klih8baqg64p5";
sha256 = "11y5q2srkh6r2samppjb5mg6hl79y16j2lj1r23p0968vb9c45kl";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];