Skip to content

Commit

Permalink
Merge pull request NixOS#289877 from r-ryantm/auto-update/proxmark3
Browse files Browse the repository at this point in the history
proxmark3: 4.17768 -> 4.18218
  • Loading branch information
emilytrau authored Feb 21, 2024
2 parents 252039d + e076d07 commit 3a15b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/proxmark3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation rec {
pname = "proxmark3";
version = "4.17768";
version = "4.18218";

src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
hash = "sha256-4x8GN4Jsk9xqk4MbGu8SpE4Zh0Opb3akCH5NlASzLQo=";
hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc=";
};

patches = [
Expand Down

0 comments on commit 3a15b5d

Please sign in to comment.