aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/xmr-stak
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 11:16:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 11:16:12 -0700
commit1c479b27fa41e0b92374d59a2847f5488586fcd9 (patch)
tree13c37de3f8eb2600a77908bf91f7d149cc3a8a0d /pkgs/applications/misc/xmr-stak
parentea69fba953841a94d15339cae32604cece655b54 (diff)
xmr-stak: 2.4.4 -> 2.4.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xmr-stak/versions. These checks were done: - built on NixOS - /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/xmr-stak passed the binary check. - Warning: no invocation of /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/libxmrstak_opencl_backend.so had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.4.5 with grep in /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5 - directory tree listing: https://gist.github.com/d748f1490c29ab43e9426b5d283a5e4e - du listing: https://gist.github.com/06e416d3c3db5caf733655c9ab632eea
Diffstat (limited to 'pkgs/applications/misc/xmr-stak')
-rw-r--r--pkgs/applications/misc/xmr-stak/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix
index 5dcaeb1226e5..05530af12547 100644
--- a/pkgs/applications/misc/xmr-stak/default.nix
+++ b/pkgs/applications/misc/xmr-stak/default.nix
@@ -12,13 +12,13 @@ in
stdenv'.mkDerivation rec {
name = "xmr-stak-${version}";
- version = "2.4.4";
+ version = "2.4.5";
src = fetchFromGitHub {
owner = "fireice-uk";
repo = "xmr-stak";
rev = "${version}";
- sha256 = "1j75466hfs18w05k64yb60pw865ah226vjib46qr1wb1mcd82i5s";
+ sha256 = "0ix4vqhcm4x9j5p6pwdfwkm2ml6wmwsyn3ppzvxllhp4dj8blzwf";
};
NIX_CFLAGS_COMPILE = "-O3";