Skip to content

Commit

Permalink
Merge pull request #95416 from r-ryantm/auto-update/leftwm
Browse files Browse the repository at this point in the history
leftwm: 0.2.2 -> 0.2.4
  • Loading branch information
marsam committed Aug 20, 2020
2 parents d5fa55a + e0ea8c2 commit cc1668c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/leftwm/default.nix
Expand Up @@ -6,16 +6,16 @@ in

rustPlatform.buildRustPackage rec {
pname = "leftwm";
version = "0.2.2";
version = "0.2.4";

src = fetchFromGitHub {
owner = "leftwm";
repo = "leftwm";
rev = version;
sha256 = "0x8cqc7zay19jxy7cshayjjwwjrcblqpmqrxipm2g5hhyjghk6q0";
sha256 = "0xmkhkdpz1bpczrar9y6assdzhd7qxybnkjqs36h099fk9xqmsav";
};

cargoSha256 = "1kphv3vnr8ij7raf0niwz3rwly986xi5fgwqg2ya0r46ifqkgvrc";
cargoSha256 = "06wnx81fhs19pz5qnir6h2v2kmj73y1g354nadcx6650q9pnhdv4";

buildInputs = [ makeWrapper libX11 libXinerama ];

Expand Down

0 comments on commit cc1668c

Please sign in to comment.