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

proxmark3: 4.17768 -> 4.18218
This commit is contained in:
Emily Trau 2024-02-21 17:35:16 +11:00 committed by GitHub
commit 3a15b5d340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation rec {
pname = "proxmark3";
version = "4.17768";
version = "4.18218";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
hash = "sha256-4x8GN4Jsk9xqk4MbGu8SpE4Zh0Opb3akCH5NlASzLQo=";
hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc=";
};
patches = [