summary refs log tree commit diff
diff options
context:
space:
mode:
authorDemyan Rogozhin <demyanrogozhin@users.noreply.github.com>2018-07-06 21:25:46 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 21:25:46 +0200
commit29021eab6afcd44791cef283296aeec476dde6c2 (patch)
treef6f63680c0240177e12146e03914d41303ef8135
parentbe9c58b997702aabf4632e21409654be655f4e51 (diff)
downloadnixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar.gz
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar.bz2
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar.lz
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar.xz
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.tar.zst
nixlib-29021eab6afcd44791cef283296aeec476dde6c2.zip
particl-core: 0.16.0.5 -> 0.16.1.0 (#43114)
-rw-r--r--pkgs/applications/altcoins/particl/particl-core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/particl/particl-core.nix b/pkgs/applications/altcoins/particl/particl-core.nix
index f47b04c1daea..5be2bec6c724 100644
--- a/pkgs/applications/altcoins/particl/particl-core.nix
+++ b/pkgs/applications/altcoins/particl/particl-core.nix
@@ -19,11 +19,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "particl-core-${version}";
-  version     = "0.16.0.5";
+  version     = "0.16.1.0";
 
   src = fetchurl {
     url = "https://github.com/particl/particl-core/archive/v${version}.tar.gz";
-    sha256 = "070crn6nnzrbcaj30w0qbybpm9kfd2ghnvmxp29gckgknw6n0vam";
+    sha256 = "0rfqywyrl6cgxn3ba91zsa88ph2yf9d1vn706xpyz19pfb6mjfbg";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ];