about summary refs log tree commit diff
path: root/pkgs/tools/security/proxmark3
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-23 08:19:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-23 08:19:46 +0000
commit0b86e289a5cd54ab8f4b0a571bfb0ad013000c86 (patch)
tree373f1ba5ebd42f68079c41c600b947b87ac883c2 /pkgs/tools/security/proxmark3
parent8ef88fb10bc4e26ea3f18c34b73edf2e96ef5d7a (diff)
proxmark3-rrg: 4.13441 -> 4.14434
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 085610f179949..34352f74b55f1 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.13441";
+  version = "4.14434";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    sha256 = "1ffchqnm8023zcm4ywncf1j6076s78226h72m9dfmi0zbj3pbj4m";
+    sha256 = "sha256-QscV/RxycpU8ypP1Pv6eKtQrOVC+oikass4tvxUszMI=";
   };
 
   nativeBuildInputs = [ pkg-config gcc-arm-embedded ];