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

proxmark3-rrg: 4.13441 -> 4.14434
This commit is contained in:
Stig 2021-09-23 13:40:41 +02:00 committed by GitHub
commit 30b26cd63b
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.13441";
version = "4.14434";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
sha256 = "1ffchqnm8023zcm4ywncf1j6076s78226h72m9dfmi0zbj3pbj4m";
sha256 = "sha256-QscV/RxycpU8ypP1Pv6eKtQrOVC+oikass4tvxUszMI=";
};
nativeBuildInputs = [ pkg-config gcc-arm-embedded ];