Merge pull request #315379 from r-ryantm/auto-update/proxmark3

proxmark3: 4.18341 -> 4.18589
This commit is contained in:
Emily Trau
2024-06-01 19:30:03 +10:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation (finalAttrs: {
pname = "proxmark3";
version = "4.18341";
version = "4.18589";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${finalAttrs.version}";
hash = "sha256-YeBrrzCiDgl4WdhWYatm9sOAtBAECIv/f+OzB/RTdeg=";
hash = "sha256-e/FoyaHU/uH2yovEqtkrCXwHMlF94Acxl2lUA422Pig=";
};
patches = [