Skip to content

Commit

Permalink
Merge pull request #79399 from r-ryantm/auto-update/xmrig
Browse files Browse the repository at this point in the history
xmrig: 5.5.1 -> 5.5.3
  • Loading branch information
fpletz authored Feb 7, 2020
2 parents fde7ffa + 2c547c2 commit 57ed5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/xmrig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "xmrig";
version = "5.5.1";
version = "5.5.3";

src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
sha256 = "0b9wfv56s5696q493hid2ikaa0ycgkx35pyyvxsdrcf94rbxyd1x";
sha256 = "1an68ghs65dvxs8lvcflv7wmf431lqw417np76895w10w436gh7x";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 57ed5db

Please sign in to comment.