Merge pull request #133281 from stigtsp/package/proxmark3-rrg-4.13441

proxmark3-rrg: 4.9237 -> 4.13441
This commit is contained in:
Sandro 2021-08-10 23:57:05 +02:00 committed by GitHub
commit 6465aaec52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
mkDerivation rec {
pname = "proxmark3-rrg";
version = "4.9237";
version = "4.13441";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
sha256 = "13xrhvrsm73rfgqpgca6a37c3jixdkxvfggmacnnx5fdfb393bfx";
sha256 = "1ffchqnm8023zcm4ywncf1j6076s78226h72m9dfmi0zbj3pbj4m";
};
nativeBuildInputs = [ pkg-config gcc-arm-embedded ];