tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tuxedo-rs: 0.2.2 -> 0.2.3
Marc Jakobi
2 years ago
46e09be1
8970fe57
+5
-5
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
tailor-gui
default.nix
tuxedo-rs
default.nix
+1
-1
pkgs/os-specific/linux/tailor-gui/default.nix
···
26
cargoDeps = rustPlatform.fetchCargoTarball {
27
inherit src sourceRoot;
28
name = "${pname}-${version}";
29
-
hash = "sha256-DUaSLv1V6skWXQ7aqD62uspq+I9KiWmjlwwxykVve5A=";
30
};
31
32
nativeBuildInputs = [
···
26
cargoDeps = rustPlatform.fetchCargoTarball {
27
inherit src sourceRoot;
28
name = "${pname}-${version}";
29
+
hash = "sha256-mt4YQ0iB/Mlnm+o9sGgYVEdbxjF7qArxA5FIK4MAZ8M=";
30
};
31
32
nativeBuildInputs = [
+4
-4
pkgs/os-specific/linux/tuxedo-rs/default.nix
···
9
src = fetchFromGitHub {
10
owner = "AaronErhardt";
11
repo = "tuxedo-rs";
12
-
rev = "a77a9f6c64e6dd1ede3511934392cbc16271ef6b";
13
-
hash = "sha256-bk17vI1gLHayvCWfmZdCMqgmbJFOTDaaCaHcj9cLpMY=";
14
};
15
16
in
17
rustPlatform.buildRustPackage {
18
pname = "tuxedo-rs";
19
-
version = "0.2.2";
20
21
inherit src;
22
23
# Some of the tests are impure and rely on files in /etc/tailord
24
doCheck = false;
25
26
-
cargoHash = "sha256-vuXqab9W8NSD5U9dk15xM4fM/vd/fGgGdsvReMncWHg=";
27
28
postInstall = ''
29
install -Dm444 tailord/com.tux.Tailor.conf -t $out/share/dbus-1/system.d
···
9
src = fetchFromGitHub {
10
owner = "AaronErhardt";
11
repo = "tuxedo-rs";
12
+
rev = "74b863e6dcb1ec2e6c8fb02c16bb6f23b59e67f6";
13
+
hash = "sha256-Yujki2vGzaT8Ze5Usk8FPg8bn86MvyyPTiWuWwEw7Xs=";
14
};
15
16
in
17
rustPlatform.buildRustPackage {
18
pname = "tuxedo-rs";
19
+
version = "0.2.3";
20
21
inherit src;
22
23
# Some of the tests are impure and rely on files in /etc/tailord
24
doCheck = false;
25
26
+
cargoHash = "sha256-uYt442u/BIzw/lBu18LrsJf5D46oUOFzBJ5pUjCpK6w=";
27
28
postInstall = ''
29
install -Dm444 tailord/com.tux.Tailor.conf -t $out/share/dbus-1/system.d