about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-09-26 23:35:12 +0200
committerGitHub <noreply@github.com>2024-09-26 23:35:12 +0200
commitfea7dd698afa5e060ccee08b0f887298bf4a7dd7 (patch)
treeeb6c950cc47b7394bd16d98583b8b17ba438d122 /pkgs/tools
parentbf28c5c364c103149ff1b16975eb08ac79d4b6aa (diff)
parent45419ce9036f19cdb67158993a52fb553716c01e (diff)
proxmark3: 4.18589 -> 4.18994 (#341506)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/proxmark3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/proxmark3/default.nix b/pkgs/tools/security/proxmark3/default.nix
index 94d9d76b92889..265f8e2cc753c 100644
--- a/pkgs/tools/security/proxmark3/default.nix
+++ b/pkgs/tools/security/proxmark3/default.nix
@@ -26,13 +26,13 @@
 assert withBlueshark -> stdenv.hostPlatform.isLinux;
 stdenv.mkDerivation (finalAttrs: {
   pname = "proxmark3";
-  version = "4.18589";
+  version = "4.18994";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-e/FoyaHU/uH2yovEqtkrCXwHMlF94Acxl2lUA422Pig=";
+    hash = "sha256-LeVQnidlCGFwtgJZdGlIFEYgf3M3BtfxoBKsxSFEo2w=";
   };
 
   patches = [