proxmark3: 4.19552 -> 4.20142 (#393169)

This commit is contained in:
Wolfgang Walther
2025-04-06 15:23:36 +00:00
committed by GitHub
+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 = [