proxmark3: 4.18341 -> 4.18589
This commit is contained in:
parent
c51180147c
commit
d39352d626
@ -26,13 +26,13 @@
|
|||||||
assert withBlueshark -> stdenv.hostPlatform.isLinux;
|
assert withBlueshark -> stdenv.hostPlatform.isLinux;
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "proxmark3";
|
pname = "proxmark3";
|
||||||
version = "4.18341";
|
version = "4.18589";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RfidResearchGroup";
|
owner = "RfidResearchGroup";
|
||||||
repo = "proxmark3";
|
repo = "proxmark3";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-YeBrrzCiDgl4WdhWYatm9sOAtBAECIv/f+OzB/RTdeg=";
|
hash = "sha256-e/FoyaHU/uH2yovEqtkrCXwHMlF94Acxl2lUA422Pig=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user