summary refs log tree commit diff
path: root/pkgs/tools/security/proxmark3
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-27 12:24:09 +0000
committerGitHub <noreply@github.com>2021-01-27 12:24:09 +0000
commit1b5da764a7421b6f57b6651b047e8ef8d83f652b (patch)
tree11d21df79182a31079bc78ee611950c5d596dfef /pkgs/tools/security/proxmark3
parent8f69090ba5c031f18f70f5b79c9666bbd600ea91 (diff)
parent2137c13b409525616ce92598e3440c088096044a (diff)
downloadnixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar.gz
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar.bz2
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar.lz
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar.xz
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.tar.zst
nixpkgs-1b5da764a7421b6f57b6651b047e8ef8d83f652b.zip
Merge staging-next into staging
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 bf1bcd67d11..04def66d03c 100644
--- a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
+++ b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix
@@ -1,4 +1,4 @@
-{ stdenv, mkDerivation, fetchFromGitHub, pkg-config, gcc-arm-embedded, bluez5
+{ lib, stdenv, mkDerivation, fetchFromGitHub, pkg-config, gcc-arm-embedded, bluez5
 , readline
 
 , hardwarePlatform ? "PM3RDV4"
@@ -29,7 +29,7 @@ mkDerivation rec {
     install -Dt $out/firmware bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Client for proxmark3, powerful general purpose RFID tool";
     homepage = "https://rfidresearchgroup.com/";
     license = licenses.gpl2Plus;