From 1b2e5d8ad67eecb84f6b076929b504d88419513d Mon Sep 17 00:00:00 2001 From: nyanotech Date: Mon, 26 Jun 2023 13:12:17 -0700 Subject: [PATCH 1/2] proxmark3-rrg: update website, license --- pkgs/tools/security/proxmark3/proxmark3-rrg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix index 59b2ee8f253a..2fbdc6b083c6 100644 --- a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix +++ b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix @@ -78,8 +78,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Client for proxmark3, powerful general purpose RFID tool"; - homepage = "https://rfidresearchgroup.com/"; - license = licenses.gpl2Plus; + homepage = "https://github.com/RfidResearchGroup/proxmark3"; + license = licenses.gpl3Plus; maintainers = with maintainers; [ nyanotech emilytrau ]; platforms = platforms.unix; }; From c73ab25c0d8ab83e8f5158326574d08ac8c12cbb Mon Sep 17 00:00:00 2001 From: nyanotech Date: Mon, 26 Jun 2023 13:13:05 -0700 Subject: [PATCH 2/2] proxmark3-rrg: 4.16191 -> 4.16717 --- pkgs/tools/security/proxmark3/proxmark3-rrg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix index 2fbdc6b083c6..fc033125e8b6 100644 --- a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix +++ b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix @@ -24,13 +24,13 @@ assert withBlueshark -> stdenv.hostPlatform.isLinux; stdenv.mkDerivation rec { pname = "proxmark3-rrg"; - version = "4.16191"; + version = "4.16717"; src = fetchFromGitHub { owner = "RfidResearchGroup"; repo = "proxmark3"; rev = "v${version}"; - sha256 = "sha256-l0aDp0s9ekUUHqkzGfVoSIf/4/GN2uiVGL/+QtKRCOs="; + sha256 = "sha256-rkfVgT+9fqlWvUXzLH28Nzd8HldJnU+IZz8conY8Mis="; }; patches = [