tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ledger-udev-rules: 2021-09-10 -> 2024-02-12
toasteruwu.tngl.sh
2 years ago
a4c24092
aa54ce10
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
ledger-udev-rules
default.nix
+4
-4
pkgs/os-specific/linux/ledger-udev-rules/default.nix
···
2
3
stdenv.mkDerivation {
4
pname = "ledger-udev-rules";
5
-
version = "unstable-2021-09-10";
6
7
src = fetchFromGitHub {
8
owner = "LedgerHQ";
9
repo = "udev-rules";
10
-
rev = "2776324af6df36c2af4d2e8e92a1c98c281117c9";
11
-
sha256 = "sha256-yTYI81PXMc32lMfI5uhD14nP20zAI7ZF33V1LRDWg2Y=";
12
};
13
14
dontBuild = true;
···
22
meta = with lib; {
23
description = "udev rules for Ledger devices";
24
license = licenses.asl20;
25
-
maintainers = with maintainers; [ asymmetric ];
26
platforms = platforms.linux;
27
homepage = "https://github.com/LedgerHQ/udev-rules";
28
};
···
2
3
stdenv.mkDerivation {
4
pname = "ledger-udev-rules";
5
+
version = "0-unstable-2024-02-12";
6
7
src = fetchFromGitHub {
8
owner = "LedgerHQ";
9
repo = "udev-rules";
10
+
rev = "f474382e370c9fa2a2207e6e675b9b364441aed7";
11
+
sha256 = "sha256-5jN9xy3+kk540PAyfsxIqck9hdI3t2CNpgqKxLbAsDg=";
12
};
13
14
dontBuild = true;
···
22
meta = with lib; {
23
description = "udev rules for Ledger devices";
24
license = licenses.asl20;
25
+
maintainers = with maintainers; [ asymmetric toasteruwu ];
26
platforms = platforms.linux;
27
homepage = "https://github.com/LedgerHQ/udev-rules";
28
};