safecloset: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm 2025-05-31 07:59:35 +00:00
parent 7c07515359
commit 41ff7e1ec1

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "safecloset";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "Canop";
repo = "safecloset";
rev = "v${version}";
hash = "sha256-buIceYP/dZMDw3tyrzj1bY6+sIIPaVJIVj1L//jZnws=";
hash = "sha256-1NvBNITb/KmUC2c+vchvyL9yZbK9xj5Es7AXYg0U9mE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/AnzUaya+dgckcilxj9ZZbDNqmfj1uTWkzhVphpZIsM=";
cargoHash = "sha256-VXxDD/2FFg3uQBdKdHsWOeLfOoCTYdaF+OZJVeQC6gE=";
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
xorg.libxcb