Merge pull request #311899 from ToasterUwU/bump-ledger-udev-rules

ledger-udev-rules: 2021-09-10 -> 2024-02-12
This commit is contained in:
asymmetric 2024-05-17 22:36:57 +02:00 committed by GitHub
commit 06bf01d248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -20597,6 +20597,12 @@
fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E";
}];
};
toasteruwu = {
email = "Aki@ToasterUwU.com";
github = "ToasterUwU";
githubId = 43654377;
name = "Aki";
};
tobiasBora = {
email = "tobias.bora.list@gmail.com";
github = "tobiasBora";

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "ledger-udev-rules";
version = "unstable-2021-09-10";
version = "0-unstable-2024-02-12";
src = fetchFromGitHub {
owner = "LedgerHQ";
repo = "udev-rules";
rev = "2776324af6df36c2af4d2e8e92a1c98c281117c9";
sha256 = "sha256-yTYI81PXMc32lMfI5uhD14nP20zAI7ZF33V1LRDWg2Y=";
rev = "f474382e370c9fa2a2207e6e675b9b364441aed7";
sha256 = "sha256-5jN9xy3+kk540PAyfsxIqck9hdI3t2CNpgqKxLbAsDg=";
};
dontBuild = true;
@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "udev rules for Ledger devices";
license = licenses.asl20;
maintainers = with maintainers; [ asymmetric ];
maintainers = with maintainers; [ asymmetric toasteruwu ];
platforms = platforms.linux;
homepage = "https://github.com/LedgerHQ/udev-rules";
};