about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-11-14 16:50:58 +0000
committerGitHub <noreply@github.com>2017-11-14 16:50:58 +0000
commit4eca21aafac26eb0dc36a5560ee45cb814b98f0b (patch)
treea9133c65cb9bce86297e51b2dc0f2395b22c9eb8 /pkgs/applications
parent615a374c4bf56eb2b57e05c03a52b6844c64a2b5 (diff)
parent3e800947a5c2134315baa663dae965baf59e801f (diff)
downloadnixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar.gz
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar.bz2
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar.lz
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar.xz
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.tar.zst
nixlib-4eca21aafac26eb0dc36a5560ee45cb814b98f0b.zip
Merge pull request #31636 from rycee/bump/monero
monero: 0.11.0.0 -> 0.11.1.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/monero/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/monero/default.nix b/pkgs/applications/misc/monero/default.nix
index 0c83e206bb33..ed2049ee5abe 100644
--- a/pkgs/applications/misc/monero/default.nix
+++ b/pkgs/applications/misc/monero/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, cmake, boost, miniupnpc, openssl, pkgconfig, unbound }:
 
 let
-  version = "0.11.0.0";
+  version = "0.11.1.0";
 in
 stdenv.mkDerivation {
   name = "monero-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
     owner = "monero-project";
     repo = "monero";
     rev = "v${version}";
-    sha256 = "041xxk9gznfpgn8f07m7sddr74cwm1sdyf9i85k10ndja87xc6y4";
+    sha256 = "0nrpxx6r63ia6ard85d504x2kgaikvrhb5sg93ml70l6djyy1148";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];