about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-23 18:39:39 -0500
committerGitHub <noreply@github.com>2023-10-23 18:39:39 -0500
commit8bb61f97ae0214e9ed81762138abcb2bad1e21fd (patch)
tree703dfbbdc8781555ddc62606400dca49c28781c8 /pkgs/os-specific
parent842d8ebaa7c87be6470d7e02560f217e29dcaeb5 (diff)
parent46e09be13b3461c36dbde155fcb6d35302856bd9 (diff)
downloadnixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar.gz
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar.bz2
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar.lz
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar.xz
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.tar.zst
nixlib-8bb61f97ae0214e9ed81762138abcb2bad1e21fd.zip
Merge pull request #262979 from mrcjkb/tuxedo-rs
tuxedo-rs: 0.2.2 -> 0.2.3
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/tailor-gui/default.nix2
-rw-r--r--pkgs/os-specific/linux/tuxedo-rs/default.nix8
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/tailor-gui/default.nix b/pkgs/os-specific/linux/tailor-gui/default.nix
index 86964ab4d36a..ecbec75fd82d 100644
--- a/pkgs/os-specific/linux/tailor-gui/default.nix
+++ b/pkgs/os-specific/linux/tailor-gui/default.nix
@@ -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 = [
diff --git a/pkgs/os-specific/linux/tuxedo-rs/default.nix b/pkgs/os-specific/linux/tuxedo-rs/default.nix
index c9fb057da68b..04c1518aab83 100644
--- a/pkgs/os-specific/linux/tuxedo-rs/default.nix
+++ b/pkgs/os-specific/linux/tuxedo-rs/default.nix
@@ -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