about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-31 23:34:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-31 23:34:53 +0000
commitb4bfe1badaf523c4b3fac37ee9500d171361af54 (patch)
tree05d5225326ca96eeada7cbcc6f6d902e3c9d0fdc
parent50e4dbf35b95fd2b96718b656ebcbc6f9fa3a4ab (diff)
proxmark3-rrg: 4.15864 -> 4.16191
-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 a366dbf8224d8..6b021e9702772 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.15864";
+  version = "4.16191";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    sha256 = "sha256-vFebyXKC/vf8W8fGkTpSGTA0ZmfwnXSuuiOjV/u9240=";
+    sha256 = "sha256-l0aDp0s9ekUUHqkzGfVoSIf/4/GN2uiVGL/+QtKRCOs=";
   };
 
   nativeBuildInputs = [ pkg-config gcc-arm-embedded ];