mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:29:18 +00:00
Merge pull request #213875 from r-ryantm/auto-update/proxmark3-rrg
proxmark3-rrg: 4.15864 -> 4.16191
This commit is contained in:
commit
ec55817f85
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user