File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/sw/sway-easyfocus Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616rustPlatform . buildRustPackage rec {
1717 pname = "sway-easyfocus" ;
18- version = "unstable-2023-11-05 " ;
18+ version = "0.2.0 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "edzdez" ;
2222 repo = "sway-easyfocus" ;
23- rev = "4c70f6728dbfc859e60505f0a7fd82f5a90ed42c" ;
24- hash = "sha256-WvYXhf13ZCoa+JAF4bYgi5mI22i9pZLtbIhF1odqaTU =" ;
23+ tag = version ;
24+ hash = "sha256-ogqstgJqUczn0LDwpOAppC1J/Cs0IEOAXjNAnbiKn6M =" ;
2525 } ;
2626
27- cargoHash = "sha256-9cN0ervcU8JojwG7J250fprbCD2rB9kh9TbRU+wCE/Y =" ;
27+ cargoHash = "sha256-lAyKW6tjb4lVNA8xtvXLYYiLeKxSe/yfyY6h/f/WuP4 =" ;
2828
2929 nativeBuildInputs = [
3030 pkg-config
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
4545 description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus" ;
4646 homepage = "https://github.com/edzdez/sway-easyfocus" ;
4747 license = lib . licenses . mit ;
48- maintainers = with lib . maintainers ; [ ] ;
48+ maintainers = with lib . maintainers ; [ pjones ] ;
4949 mainProgram = "sway-easyfocus" ;
5050 } ;
5151}
You can’t perform that action at this time.
0 commit comments