Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-04 00:35:42 +00:00
committed by GitHub
33 changed files with 154 additions and 76 deletions
@@ -17,11 +17,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "particl-core";
version = "0.19.1.1";
version = "0.19.2.3";
src = fetchurl {
url = "https://github.com/particl/particl-core/archive/v${version}.tar.gz";
sha256 = "11y5q2srkh6r2samppjb5mg6hl79y16j2lj1r23p0968vb9c45kl";
sha256 = "sha256-nAsQvYWUejSu/4MMIwZhlV5Gjza/Da4jcp6/01lppvg=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];