Merge pull request #254874 from nyanotech/aoeu

proxmark3: 4.16717 -> 4.17140

authored by

Weijia Wang and committed by
GitHub
ace5093e 9e3c413e

+4 -2
+4 -2
pkgs/tools/security/proxmark3/default.nix
··· 9 , jansson 10 , whereami 11 , lua 12 , Foundation 13 , AppKit 14 , withGui ? true, wrapQtAppsHook, qtbase ··· 24 assert withBlueshark -> stdenv.hostPlatform.isLinux; 25 stdenv.mkDerivation rec { 26 pname = "proxmark3"; 27 - version = "4.16717"; 28 29 src = fetchFromGitHub { 30 owner = "RfidResearchGroup"; 31 repo = "proxmark3"; 32 rev = "v${version}"; 33 - sha256 = "sha256-rkfVgT+9fqlWvUXzLH28Nzd8HldJnU+IZz8conY8Mis="; 34 }; 35 36 patches = [ ··· 58 bzip2 59 openssl 60 jansson 61 whereami 62 lua 63 ] ++ lib.optional withGui qtbase
··· 9 , jansson 10 , whereami 11 , lua 12 + , lz4 13 , Foundation 14 , AppKit 15 , withGui ? true, wrapQtAppsHook, qtbase ··· 25 assert withBlueshark -> stdenv.hostPlatform.isLinux; 26 stdenv.mkDerivation rec { 27 pname = "proxmark3"; 28 + version = "4.17140"; 29 30 src = fetchFromGitHub { 31 owner = "RfidResearchGroup"; 32 repo = "proxmark3"; 33 rev = "v${version}"; 34 + hash = "sha256-l66syIpTM4P0733eJKEjnEYHvQlIc7KKxXLcc7XBnHE="; 35 }; 36 37 patches = [ ··· 59 bzip2 60 openssl 61 jansson 62 + lz4 63 whereami 64 lua 65 ] ++ lib.optional withGui qtbase