about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-03 06:26:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-03 06:26:14 +0000
commitbc6c04f73c1285e336f140935df2eb113b00d8e4 (patch)
tree767a1c45317046a12c622e3008dd2eae79d966eb
parentd42bc1bafe74397063f84d819c17de48326c7c8d (diff)
proxmark3: 4.17511 -> 4.17768
-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 3f6d1754aa235..de586e7e9004b 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.17511";
+  version = "4.17768";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    hash = "sha256-L842Hvdy3M+k67IPiWMcxxpuD0ggCF7j6TDs8YdISZ4=";
+    hash = "sha256-4x8GN4Jsk9xqk4MbGu8SpE4Zh0Opb3akCH5NlASzLQo=";
   };
 
   patches = [