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;