proxmark3: 4.20728 -> 4.21128

This commit is contained in:
nyanotech
2026-02-25 08:03:03 -08:00
committed by GitHub
parent d0e2137129
commit 4729214a83
+2 -2
View File
@@ -31,13 +31,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation (finalAttrs: {
pname = "proxmark3";
version = "4.20728";
version = "4.21128";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${finalAttrs.version}";
hash = "sha256-dmWPi5xOcXXdvUc45keXGUNhYmQEzAHbKexpDOwIHhE=";
hash = "sha256-KlSYbYEdLVsQCbRilqolGewH5ra9QXOHVgYk34aCous=";
};
postPatch = ''