tuxedo-rs: 0.2.2 -> 0.2.3

This commit is contained in:
Marc Jakobi
2023-10-23 18:49:16 +02:00
parent 8970fe57a7
commit 46e09be13b
2 changed files with 5 additions and 5 deletions
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src sourceRoot;
name = "${pname}-${version}";
hash = "sha256-DUaSLv1V6skWXQ7aqD62uspq+I9KiWmjlwwxykVve5A=";
hash = "sha256-mt4YQ0iB/Mlnm+o9sGgYVEdbxjF7qArxA5FIK4MAZ8M=";
};
nativeBuildInputs = [
+4 -4
View File
@@ -9,21 +9,21 @@ let
src = fetchFromGitHub {
owner = "AaronErhardt";
repo = "tuxedo-rs";
rev = "a77a9f6c64e6dd1ede3511934392cbc16271ef6b";
hash = "sha256-bk17vI1gLHayvCWfmZdCMqgmbJFOTDaaCaHcj9cLpMY=";
rev = "74b863e6dcb1ec2e6c8fb02c16bb6f23b59e67f6";
hash = "sha256-Yujki2vGzaT8Ze5Usk8FPg8bn86MvyyPTiWuWwEw7Xs=";
};
in
rustPlatform.buildRustPackage {
pname = "tuxedo-rs";
version = "0.2.2";
version = "0.2.3";
inherit src;
# Some of the tests are impure and rely on files in /etc/tailord
doCheck = false;
cargoHash = "sha256-vuXqab9W8NSD5U9dk15xM4fM/vd/fGgGdsvReMncWHg=";
cargoHash = "sha256-uYt442u/BIzw/lBu18LrsJf5D46oUOFzBJ5pUjCpK6w=";
postInstall = ''
install -Dm444 tailord/com.tux.Tailor.conf -t $out/share/dbus-1/system.d