From c1589e5ddbdb6f1680d2681bfe90385b0ce622ae Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 12 Feb 2026 23:31:26 -0800 Subject: [PATCH] rumno: 0-unstable-2025-08-13 -> 0.1.1 Add gtk-layer-shell for Wayland layer-shell support. --- pkgs/by-name/ru/rumno/package.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ru/rumno/package.nix b/pkgs/by-name/ru/rumno/package.nix index 561627b2bdb8..803833986e51 100644 --- a/pkgs/by-name/ru/rumno/package.nix +++ b/pkgs/by-name/ru/rumno/package.nix @@ -11,21 +11,22 @@ atk, pango, harfbuzz, + gtk-layer-shell, nix-update-script, }: -rustPlatform.buildRustPackage { +rustPlatform.buildRustPackage rec { pname = "rumno"; - version = "0-unstable-2025-08-13"; + version = "0.1.1"; src = fetchFromGitLab { owner = "ivanmalison"; repo = "rumno"; - rev = "a70bf6f05976b07ae5fdced2ab80d2b9e684fb92"; - hash = "sha256-reJIYlTR6fI42EcYGwb5BmEPVtls+s1+mFd7/34oXBw="; + rev = "v${version}"; + hash = "sha256-rwbZonmwoiVSQ5zHxHeJfdd5fb1zTZ638E841P1IoEA="; }; - cargoHash = "sha256-z9nGePcVc+RPSMPb7CAPOfUMoVlP1MKo57aVFkd1DmE="; + cargoHash = "sha256-9O96f1CtS8KAZu9S7FJmMWrZW7LfTAvfPqehzj/Y5jE="; nativeBuildInputs = [ pkg-config @@ -40,6 +41,7 @@ rustPlatform.buildRustPackage { atk pango harfbuzz + gtk-layer-shell ]; passthru.updateScript = nix-update-script { };