about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-14 10:43:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-14 10:43:00 +0000
commit935feaa2b5b4a5d0ab66c0416dfff12e1e6e9d79 (patch)
tree2272ad96a2bcc41609b3411411edac192b4a6e92
parent2387a37fa0c686f4541838843d07ae1104e180d7 (diff)
proxmark3: 4.17140 -> 4.17511
-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 a6c59919e28fe..3f6d1754aa235 100644
--- a/pkgs/tools/security/proxmark3/default.nix
+++ b/pkgs/tools/security/proxmark3/default.nix
@@ -25,13 +25,13 @@
 assert withBlueshark -> stdenv.hostPlatform.isLinux;
 stdenv.mkDerivation rec {
   pname = "proxmark3";
-  version = "4.17140";
+  version = "4.17511";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    hash = "sha256-l66syIpTM4P0733eJKEjnEYHvQlIc7KKxXLcc7XBnHE=";
+    hash = "sha256-L842Hvdy3M+k67IPiWMcxxpuD0ggCF7j6TDs8YdISZ4=";
   };
 
   patches = [