From 3ef9b2ec4639002b67d07619555b00eb500eb754 Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Fri, 18 Oct 2024 09:45:32 +0200 Subject: [PATCH] leftwm: 0.5.1->0.5.3 Update to release Version `0.5.3` also remove patches and fixes specific to `0.5.1` *Note:* 0.5.2 was not buildable oh 32bit arch, therefore a quick fixup release --- .../window-managers/leftwm/default.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/applications/window-managers/leftwm/default.nix b/pkgs/applications/window-managers/leftwm/default.nix index 2518d1fe4295..00bfbe66f661 100644 --- a/pkgs/applications/window-managers/leftwm/default.nix +++ b/pkgs/applications/window-managers/leftwm/default.nix @@ -11,25 +11,16 @@ in rustPlatform.buildRustPackage rec { pname = "leftwm"; - version = "0.5.1"; + version = "0.5.3"; src = fetchFromGitHub { owner = "leftwm"; repo = "leftwm"; rev = "refs/tags/${version}"; - hash = "sha256-wn5DurPWFwSUtc5naEL4lBSQpKWTJkugpN9mKx+Ed2Y="; + hash = "sha256-3voGKM6MKisc+ZVdZ5sCrs3XVfeRayozIk4SXNjw820="; }; - cargoPatches = [ - # This pacth can be removed with the next version bump, it just updates the `time` crate - ./update-time-crate.patch - ]; - - # To show the "correct" git-hash in `leftwm-check` we manually set the GIT_HASH env variable - # can be remove together with the above patch - GIT_HASH = "36609e0 patched"; - - cargoHash = "sha256-SNq76pTAPSUGVRp/+fwCjSMP/lKVzh6wU+WZW5n/yjg="; + cargoHash = "sha256-w8qgNXxd6tZ1eMpQQqDoax76zYxTVHgVAlchQaRnMCc="; buildInputs = rpathLibs;