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

proxmark3: 4.17140 -> 4.17511
This commit is contained in:
Emily Trau 2023-11-15 00:38:47 +11:00 committed by GitHub
commit 412b7aebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,13 @@
assert withBlueshark -> stdenv.hostPlatform.isLinux;
stdenv.mkDerivation rec {
pname = "proxmark3";
version = "4.17140";
version = "4.17511";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
hash = "sha256-l66syIpTM4P0733eJKEjnEYHvQlIc7KKxXLcc7XBnHE=";
hash = "sha256-L842Hvdy3M+k67IPiWMcxxpuD0ggCF7j6TDs8YdISZ4=";
};
patches = [