aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/randomx
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-09 09:31:37 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-09 09:31:37 -0800
commit258c1a4d5f51c12172e6545d95deab2d5c730c19 (patch)
tree6955fc15a84bfbcbb6de6a1d8b0c221b2f0e4e51 /pkgs/development/libraries/randomx
parent51ef7c3e497ec09d4bc6b67c7e47e61c308454aa (diff)
randomx: 1.1.6 -> 1.1.7
Diffstat (limited to 'pkgs/development/libraries/randomx')
-rw-r--r--pkgs/development/libraries/randomx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/randomx/default.nix b/pkgs/development/libraries/randomx/default.nix
index 79ce9e413248..9e6cdfecb954 100644
--- a/pkgs/development/libraries/randomx/default.nix
+++ b/pkgs/development/libraries/randomx/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "randomX";
- version = "1.1.6";
+ version = "1.1.7";
nativeBuildInputs = [ cmake ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "tevador";
repo = pname;
rev = "v${version}";
- sha256 = "1qd0rbzgxdy87wwy0n6ca29bcq25j5ndnfgmx8iyf225m4rcwngf";
+ sha256 = "1d42dw4zrd7mzfqs6gwk27jj6lsh6pwv85p1ckx9dxy8mw3m52ah";
};
meta = with stdenv.lib; {