summary refs log tree commit diff
path: root/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-23 06:01:12 +0000
committerGitHub <noreply@github.com>2023-01-23 06:01:12 +0000
commitd8bfd0a05959faea5c9b3da79a51bc81d4562074 (patch)
treec27df9d9013f42130c2e9ff90cdaa568bf2d381d /pkgs/tools/security/proxmark3/proxmark3-rrg.nix
parent44319c878e55c7e65009521b6594a3d88b0ac3c1 (diff)
parentc5c7778f0987596bfeddf1b0d15b897761b3e516 (diff)
downloadnixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar.gz
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar.bz2
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar.lz
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar.xz
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.tar.zst
nixpkgs-d8bfd0a05959faea5c9b3da79a51bc81d4562074.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/security/proxmark3/proxmark3-rrg.nix')
-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 c473ccf02a5..a366dbf8224 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.14831";
+  version = "4.15864";
 
   src = fetchFromGitHub {
     owner = "RfidResearchGroup";
     repo = "proxmark3";
     rev = "v${version}";
-    sha256 = "sha256-s0D04V6vlGW7SVkJwzMKaVfXQoT3Wi0lu7RC61Es89A=";
+    sha256 = "sha256-vFebyXKC/vf8W8fGkTpSGTA0ZmfwnXSuuiOjV/u9240=";
   };
 
   nativeBuildInputs = [ pkg-config gcc-arm-embedded ];