Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ledger-udev-rules: 2021-09-10 -> 2024-02-12

+4 -4
+4 -4
pkgs/os-specific/linux/ledger-udev-rules/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "ledger-udev-rules"; 5 - version = "unstable-2021-09-10"; 5 + version = "0-unstable-2024-02-12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "LedgerHQ"; 9 9 repo = "udev-rules"; 10 - rev = "2776324af6df36c2af4d2e8e92a1c98c281117c9"; 11 - sha256 = "sha256-yTYI81PXMc32lMfI5uhD14nP20zAI7ZF33V1LRDWg2Y="; 10 + rev = "f474382e370c9fa2a2207e6e675b9b364441aed7"; 11 + sha256 = "sha256-5jN9xy3+kk540PAyfsxIqck9hdI3t2CNpgqKxLbAsDg="; 12 12 }; 13 13 14 14 dontBuild = true; ··· 22 22 meta = with lib; { 23 23 description = "udev rules for Ledger devices"; 24 24 license = licenses.asl20; 25 - maintainers = with maintainers; [ asymmetric ]; 25 + maintainers = with maintainers; [ asymmetric toasteruwu ]; 26 26 platforms = platforms.linux; 27 27 homepage = "https://github.com/LedgerHQ/udev-rules"; 28 28 };