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
This commit is contained in:
VuiMuich
2024-10-20 22:03:26 +02:00
parent b802be4127
commit 3ef9b2ec46
@@ -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;