Skip to content

Commit

Permalink
Merge pull request #242546 from r-ryantm/auto-update/xmrig
Browse files Browse the repository at this point in the history
xmrig: 6.19.3 -> 6.20.0
  • Loading branch information
drupol authored Jul 26, 2023
2 parents ae28f71 + 983f896 commit c516ad1
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 @@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation rec {
pname = "xmrig";
version = "6.19.3";
version = "6.20.0";

src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
hash = "sha256-mvEmxN7spyQkavAcjW4bVt7xjtRTP77OwHzJ5UqsSoE=";
hash = "sha256-csJfmjKm/uAlINhijeqUsDVTemchlzWqJg/YHtmNlAk=";
};

patches = [
Expand Down

0 comments on commit c516ad1

Please sign in to comment.