about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-02-07 06:33:21 -0800
committerGitHub <noreply@github.com>2020-02-07 06:33:21 -0800
commit833438c0d4e9668b6f71eadbffffc406a9e3f811 (patch)
tree478f27c9dc18ac1da7c8fae5b1b0a4a30717d9df /pkgs/applications/blockchains
parent310316701f0cb6a4a0191bc90c229cef1861dd06 (diff)
parent475c652f7ad9a54ce770d07ea4c5d505cb249f28 (diff)
Merge pull request #79341 from r-ryantm/auto-update/pivx
pivx: 4.0.0 -> 4.0.2
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/pivx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/pivx.nix b/pkgs/applications/blockchains/pivx.nix
index cda342290a2ca..af8085232e994 100644
--- a/pkgs/applications/blockchains/pivx.nix
+++ b/pkgs/applications/blockchains/pivx.nix
@@ -10,13 +10,13 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "pivx-${version}";
-  version = "4.0.0";
+  version = "4.0.2";
 
   src = fetchFromGitHub {
     owner = "PIVX-Project";
     repo= "PIVX";
     rev = "v${version}";
-    sha256 = "0m85nc7c8cppdysqz4m12rgmzacrcbwnvf7wy90wzfvfr3xkbapd";
+    sha256 = "12lnp318k8dx1sar24zfmv2imnzs30srssnlpb31y7hcxhz0wpc5";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ] ++ optionals withGui [ wrapQtAppsHook ];