Loading pkgs/by-name/sw/swayrbar/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromSourcehut { owner = "~tsdh"; repo = "swayr"; rev = "swayrbar-${version}"; tag = "swayrbar-${version}"; sha256 = "sha256-uT8MYgH9kANQ0t+7jqjOOvQIZf5ImdQruZLLlCejwcc="; }; Loading @@ -37,9 +37,10 @@ rustPlatform.buildRustPackage rec { meta = { description = "Status command for sway's swaybar implementing the swaybar-protocol"; homepage = "https://git.sr.ht/~tsdh/swayr#a-idswayrbarswayrbara"; changelog = "https://git.sr.ht/~tsdh/swayr/tree/main/item/swayrbar/NEWS.md"; license = with lib.licenses; [ gpl3Plus ]; platforms = lib.platforms.linux; maintainers = [ ]; maintainers = with lib.maintainers; [ ilkecan ]; mainProgram = "swayrbar"; }; } Loading
pkgs/by-name/sw/swayrbar/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromSourcehut { owner = "~tsdh"; repo = "swayr"; rev = "swayrbar-${version}"; tag = "swayrbar-${version}"; sha256 = "sha256-uT8MYgH9kANQ0t+7jqjOOvQIZf5ImdQruZLLlCejwcc="; }; Loading @@ -37,9 +37,10 @@ rustPlatform.buildRustPackage rec { meta = { description = "Status command for sway's swaybar implementing the swaybar-protocol"; homepage = "https://git.sr.ht/~tsdh/swayr#a-idswayrbarswayrbara"; changelog = "https://git.sr.ht/~tsdh/swayr/tree/main/item/swayrbar/NEWS.md"; license = with lib.licenses; [ gpl3Plus ]; platforms = lib.platforms.linux; maintainers = [ ]; maintainers = with lib.maintainers; [ ilkecan ]; mainProgram = "swayrbar"; }; }