lol

proxmark3: 4.18218 -> 4.18341

+2 -2
+2 -2
pkgs/tools/security/proxmark3/default.nix
··· 26 26 assert withBlueshark -> stdenv.hostPlatform.isLinux; 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "proxmark3"; 29 - version = "4.18218"; 29 + version = "4.18341"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "RfidResearchGroup"; 33 33 repo = "proxmark3"; 34 34 rev = "v${finalAttrs.version}"; 35 - hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc="; 35 + hash = "sha256-YeBrrzCiDgl4WdhWYatm9sOAtBAECIv/f+OzB/RTdeg="; 36 36 }; 37 37 38 38 patches = [