Skip to content

Commit

Permalink
xmrig: 5.10.0 -> 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 5, 2020
1 parent 0303529 commit 7bde990
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.10.0";
version = "5.11.1";

src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
sha256 = "06nxhrb5vnlq3sxybiyzdpbv6ah1zam7r07s1c31sv37znlb77d5";
sha256 = "04wsz7hcmzm5dv9q1wb26nvcz5gxdcgkf00cp5bpbr3y9vc6dyz6";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 7bde990

Please sign in to comment.