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

This commit is contained in:
Artturi 2021-09-20 21:14:23 +03:00 committed by GitHub
commit 0985ed6b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "particl-core";
version = "0.19.2.5";
version = "0.19.2.13";
src = fetchurl {
url = "https://github.com/particl/particl-core/archive/v${version}.tar.gz";
sha256 = "sha256-uI4T8h6RvCikk8h/sZmGlj3Uj3Xhu0vDn/fPb6rLcSg=";
sha256 = "sha256-eXlTfSjxOGZi/0/b7myqILJZYNcbK+QqQmq+PVkh1e8=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];