aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/xmr-stak
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-10 10:34:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 19:34:52 +0200
commitf13812989415708c99c1a60f6cde088608a58864 (patch)
treea64971228b408b59034e18eefdd10b33d0e3f2ae /pkgs/applications/misc/xmr-stak
parent4e85c4ff277c883edf67d87d5d7d158a49dc4850 (diff)
xmr-stak: 2.4.3 -> 2.4.4 (#41506)
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/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4/bin/xmr-stak passed the binary check. - Warning: no invocation of /nix/store/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4/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.4 with grep in /nix/store/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4 - directory tree listing: https://gist.github.com/5ef7f1fd13c10bef56522a028b52c82e - du listing: https://gist.github.com/be63ac59af2a152db46085c4509cdcd3
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 51fd2ee80648..5dcaeb1226e5 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.3";
+ version = "2.4.4";
src = fetchFromGitHub {
owner = "fireice-uk";
repo = "xmr-stak";
rev = "${version}";
- sha256 = "0plks4yyd9gjnfg7sfsgsvdgczkbghf5xjwb8bzv01f0fndn10r1";
+ sha256 = "1j75466hfs18w05k64yb60pw865ah226vjib46qr1wb1mcd82i5s";
};
NIX_CFLAGS_COMPILE = "-O3";