From 4729214a83721b9d0fef8ddff584c8bd69ca7622 Mon Sep 17 00:00:00 2001 From: nyanotech <33802077+nyanotech@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:03:03 -0800 Subject: [PATCH] proxmark3: 4.20728 -> 4.21128 --- pkgs/tools/security/proxmark3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/proxmark3/default.nix b/pkgs/tools/security/proxmark3/default.nix index 4872a8c868f3..2c0ac5017148 100644 --- a/pkgs/tools/security/proxmark3/default.nix +++ b/pkgs/tools/security/proxmark3/default.nix @@ -31,13 +31,13 @@ assert withBlueshark -> stdenv.hostPlatform.isLinux; stdenv.mkDerivation (finalAttrs: { pname = "proxmark3"; - version = "4.20728"; + version = "4.21128"; src = fetchFromGitHub { owner = "RfidResearchGroup"; repo = "proxmark3"; rev = "v${finalAttrs.version}"; - hash = "sha256-dmWPi5xOcXXdvUc45keXGUNhYmQEzAHbKexpDOwIHhE="; + hash = "sha256-KlSYbYEdLVsQCbRilqolGewH5ra9QXOHVgYk34aCous="; }; postPatch = ''