Skip to content

Commit

Permalink
Merge pull request #254874 from nyanotech/aoeu
Browse files Browse the repository at this point in the history
proxmark3: 4.16717 -> 4.17140
  • Loading branch information
wegank committed Sep 15, 2023
2 parents 9e3c413 + d16f73d commit ace5093
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/security/proxmark3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
, jansson
, whereami
, lua
, lz4
, Foundation
, AppKit
, withGui ? true, wrapQtAppsHook, qtbase
Expand All @@ -24,13 +25,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation rec {
pname = "proxmark3";
version = "4.16717";
version = "4.17140";

src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
sha256 = "sha256-rkfVgT+9fqlWvUXzLH28Nzd8HldJnU+IZz8conY8Mis=";
hash = "sha256-l66syIpTM4P0733eJKEjnEYHvQlIc7KKxXLcc7XBnHE=";
};

patches = [
Expand Down Expand Up @@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
bzip2
openssl
jansson
lz4
whereami
lua
] ++ lib.optional withGui qtbase
Expand Down

0 comments on commit ace5093

Please sign in to comment.