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

proxmark3: 4.17511 -> 4.17768
This commit is contained in:
Emily Trau 2024-01-04 15:00:52 +11:00 committed by GitHub
commit d8de4fa89a
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.17511";
version = "4.17768";
src = fetchFromGitHub {
owner = "RfidResearchGroup";
repo = "proxmark3";
rev = "v${version}";
hash = "sha256-L842Hvdy3M+k67IPiWMcxxpuD0ggCF7j6TDs8YdISZ4=";
hash = "sha256-4x8GN4Jsk9xqk4MbGu8SpE4Zh0Opb3akCH5NlASzLQo=";
};
patches = [