proxmark3: 4.19552 -> 4.20142

This commit is contained in:
R. Ryantm
2025-03-25 19:00:19 +00:00
parent db6ea9d70b
commit 131f611ef3
+2 -2
View File
@@ -31,13 +31,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation (finalAttrs: {
pname = "proxmark3";
version = "4.19552";
version = "4.20142";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${finalAttrs.version}";
hash = "sha256-5Rlw5QlceQGiIuVFNZhyrszCdG+idFo8Vvps46VJSlE=";
hash = "sha256-kdwjwydeX8EwJazFzrrk5osv0YVzDVzn2S1sDKRQdR8=";
};
patches = [