Merge pull request #262979 from mrcjkb/tuxedo-rs

tuxedo-rs: 0.2.2 -> 0.2.3
This commit is contained in:
Mario Rodas 2023-10-23 18:39:39 -05:00 committed by GitHub
commit 8bb61f97ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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 = [

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