Merge pull request #239919 from nyanotech/pm3

proxmark3-rrg: update 4.16191 -> 4.16717

authored by Nick Cao and committed by GitHub 47c90a7c 154fb9d9

+4 -4
+4 -4
pkgs/tools/security/proxmark3/proxmark3-rrg.nix
··· 24 assert withBlueshark -> stdenv.hostPlatform.isLinux; 25 stdenv.mkDerivation rec { 26 pname = "proxmark3-rrg"; 27 - version = "4.16191"; 28 29 src = fetchFromGitHub { 30 owner = "RfidResearchGroup"; 31 repo = "proxmark3"; 32 rev = "v${version}"; 33 - sha256 = "sha256-l0aDp0s9ekUUHqkzGfVoSIf/4/GN2uiVGL/+QtKRCOs="; 34 }; 35 36 patches = [ ··· 78 79 meta = with lib; { 80 description = "Client for proxmark3, powerful general purpose RFID tool"; 81 - homepage = "https://rfidresearchgroup.com/"; 82 - license = licenses.gpl2Plus; 83 maintainers = with maintainers; [ nyanotech emilytrau ]; 84 platforms = platforms.unix; 85 };
··· 24 assert withBlueshark -> stdenv.hostPlatform.isLinux; 25 stdenv.mkDerivation rec { 26 pname = "proxmark3-rrg"; 27 + version = "4.16717"; 28 29 src = fetchFromGitHub { 30 owner = "RfidResearchGroup"; 31 repo = "proxmark3"; 32 rev = "v${version}"; 33 + sha256 = "sha256-rkfVgT+9fqlWvUXzLH28Nzd8HldJnU+IZz8conY8Mis="; 34 }; 35 36 patches = [ ··· 78 79 meta = with lib; { 80 description = "Client for proxmark3, powerful general purpose RFID tool"; 81 + homepage = "https://github.com/RfidResearchGroup/proxmark3"; 82 + license = licenses.gpl3Plus; 83 maintainers = with maintainers; [ nyanotech emilytrau ]; 84 platforms = platforms.unix; 85 };