sway-easyfocus: 2023-11-05 -> 0.2.0 (#374766)

This commit is contained in:
kirillrdy
2025-01-21 08:22:45 +11:00
committed by GitHub
+5 -5
View File
@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "sway-easyfocus";
version = "unstable-2023-11-05";
version = "0.2.0";
src = fetchFromGitHub {
owner = "edzdez";
repo = "sway-easyfocus";
rev = "4c70f6728dbfc859e60505f0a7fd82f5a90ed42c";
hash = "sha256-WvYXhf13ZCoa+JAF4bYgi5mI22i9pZLtbIhF1odqaTU=";
tag = version;
hash = "sha256-ogqstgJqUczn0LDwpOAppC1J/Cs0IEOAXjNAnbiKn6M=";
};
cargoHash = "sha256-9cN0ervcU8JojwG7J250fprbCD2rB9kh9TbRU+wCE/Y=";
cargoHash = "sha256-lAyKW6tjb4lVNA8xtvXLYYiLeKxSe/yfyY6h/f/WuP4=";
nativeBuildInputs = [
pkg-config
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus";
homepage = "https://github.com/edzdez/sway-easyfocus";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ pjones ];
mainProgram = "sway-easyfocus";
};
}