Skip to content

Commit

Permalink
leftwm: 0.5.1->0.5.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VuiMuich committed Oct 20, 2024
1 parent b802be4 commit 3ef9b2e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/applications/window-managers/leftwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3ef9b2e

Please sign in to comment.