about summary refs log tree commit diff
path: root/pkgs/tools/security/proxmark3
diff options
context:
space:
mode:
authorStig Palmquist <stig@stig.io>2021-08-09 19:50:57 +0200
committerStig Palmquist <stig@stig.io>2021-08-09 19:50:57 +0200
commit1bd9c358be41d7d9f6b9607f256a45ea3413040c (patch)
treee0c9b171892a195f349761c760b1c5bbc675727b /pkgs/tools/security/proxmark3
parent5e5e7444496a3cf47e8aa5844ef10bee9a0a627d (diff)
proxmark3-rrg: 4.9237 -> 4.13441
Diffstat (limited to 'pkgs/tools/security/proxmark3')
-rw-r--r--pkgs/tools/security/proxmark3/proxmark3-rrg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
index 2ae3443947241..085610f179949 100644
--- a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
+++ b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
@@ -7,13 +7,13 @@
 
 mkDerivation rec {
   pname = "proxmark3-rrg";
-  version = "4.9237";
+  version = "4.13441";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    sha256 = "13xrhvrsm73rfgqpgca6a37c3jixdkxvfggmacnnx5fdfb393bfx";
+    sha256 = "1ffchqnm8023zcm4ywncf1j6076s78226h72m9dfmi0zbj3pbj4m";
   };
 
   nativeBuildInputs = [ pkg-config gcc-arm-embedded ];