mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
proxmark3: 4.17768 -> 4.18218
This commit is contained in:
parent
82e5bc1a59
commit
e076d07714
@ -25,13 +25,13 @@
|
|||||||
assert withBlueshark -> stdenv.hostPlatform.isLinux;
|
assert withBlueshark -> stdenv.hostPlatform.isLinux;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "proxmark3";
|
pname = "proxmark3";
|
||||||
version = "4.17768";
|
version = "4.18218";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RfidResearchGroup";
|
owner = "RfidResearchGroup";
|
||||||
repo = "proxmark3";
|
repo = "proxmark3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-4x8GN4Jsk9xqk4MbGu8SpE4Zh0Opb3akCH5NlASzLQo=";
|
hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user