i3-auto-layout: 0.2 -> unstable 2022-05-29

This commit is contained in:
Per Stark 2023-11-20 07:47:47 +01:00
parent 6315a2afd4
commit 6f795d50c7

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3-auto-layout";
version = "0.2";
version = "unstable-2022-05-29";
src = fetchFromGitHub {
owner = "chmln";
repo = pname;
rev = "v${version}";
sha256 = "0ps08lga6qkgc8cgf5cx2lgwlqcnd2yazphh9xd2fznnzrllfxxz";
rev = "9e41eb3891991c35b7d35c9558e788899519a983";
sha256 = "sha256-gpVYVyh+2y4Tttvw1SuCf7mx/nxR330Ob2R4UmHZSJs=";
};
cargoSha256 = "1i01kqvsykanzs7pi94gab9k2dqg1ki40mmjrwa22n0ypkbnvsmx";
cargoSha256 = "sha256-OxQ7S+Sqc3aRH53Bs53Y+EKOYFgboGOBsQ7KJgICcGo=";
# Currently no tests are implemented, so we avoid building the package twice
doCheck = false;
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "Automatic, optimal tiling for i3wm";
homepage = "https://github.com/chmln/i3-auto-layout";
license = licenses.mit;
maintainers = with maintainers; [ mephistophiles ];
maintainers = with maintainers; [ mephistophiles perstark ];
platforms = platforms.linux;
};
}