proxmark3: 4.20728 -> 4.21128 (#494078)

This commit is contained in:
Colin
2026-03-27 19:48:51 +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.20728";
version = "4.21128";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${finalAttrs.version}";
hash = "sha256-dmWPi5xOcXXdvUc45keXGUNhYmQEzAHbKexpDOwIHhE=";
hash = "sha256-KlSYbYEdLVsQCbRilqolGewH5ra9QXOHVgYk34aCous=";
};
postPatch = ''