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

proxmark3-rrg: 4.15864 -> 4.16191
This commit is contained in:
Weijia Wang 2023-02-01 04:55:17 +01:00 committed by GitHub
commit ec55817f85
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.15864";
version = "4.16191";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
sha256 = "sha256-vFebyXKC/vf8W8fGkTpSGTA0ZmfwnXSuuiOjV/u9240=";
sha256 = "sha256-l0aDp0s9ekUUHqkzGfVoSIf/4/GN2uiVGL/+QtKRCOs=";
};
nativeBuildInputs = [ pkg-config gcc-arm-embedded ];