proxmark3: 4.18218 -> 4.18341

This commit is contained in:
R. Ryantm 2024-03-21 09:34:58 +00:00
parent 6e6944dbcc
commit 24752e351b
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation (finalAttrs: {
pname = "proxmark3";
version = "4.18218";
version = "4.18341";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${finalAttrs.version}";
hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc=";
hash = "sha256-YeBrrzCiDgl4WdhWYatm9sOAtBAECIv/f+OzB/RTdeg=";
};
patches = [