Merge pull request #101775 from magnetophon/wmfocus
wmfocus: 1.1.3 -> 1.1.5
This commit is contained in:
commit
228cad0521
@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wmfocus";
|
pname = "wmfocus";
|
||||||
version = "1.1.3";
|
version = "1.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "svenstaro";
|
owner = "svenstaro";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "17qdsqp9072yr7rcm6g1h620rff95ldawr8ldpkbjmkh0rc86skn";
|
sha256 = "09xffklpz62h6yiksxdlv3a9s1z0wr3ax9syl399avwdmq3c0y49";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1nsdvzrsgprwq7lsvfpymqslhggdzfk3840y8x92qjb0l2g4jhw1";
|
cargoSha256 = "0rczas6sgcppacz48xx7sarkvc4s2sgcdz6c661d7vcry1y46xms";
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 pkgconfig ];
|
nativeBuildInputs = [ python3 pkgconfig ];
|
||||||
buildInputs = [ cairo libxkbcommon xorg.xcbutilkeysyms ];
|
buildInputs = [ cairo libxkbcommon xorg.xcbutilkeysyms ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user