From a4e89db4052fe19f3046698aedc13ec5d7045e77 Mon Sep 17 00:00:00 2001 From: arthsmn Date: Sat, 27 Dec 2025 11:47:41 -0300 Subject: [PATCH] rewaita: 1.0.8 -> 1.1.0 --- pkgs/by-name/re/rewaita/package.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/re/rewaita/package.nix b/pkgs/by-name/re/rewaita/package.nix index 6fcf29703dea..cb461ef5680d 100644 --- a/pkgs/by-name/re/rewaita/package.nix +++ b/pkgs/by-name/re/rewaita/package.nix @@ -12,11 +12,12 @@ appstream-glib, blueprint-compiler, libadwaita, - libportal, + libportal-gtk4, + gtksourceview5, nix-update-script, }: let - version = "1.0.8"; + version = "1.1.0"; in python3Packages.buildPythonApplication { pname = "rewaita"; @@ -27,7 +28,7 @@ python3Packages.buildPythonApplication { owner = "SwordPuffin"; repo = "Rewaita"; tag = "v${version}"; - hash = "sha256-T1MrSg3DO6U/ztX4LYB1Uhpne+7xAfr8+INV5CyS0eE="; + hash = "sha256-B3CxtGKLvlGORae1b7vMDFbvNntVO24yrzbiHzOP28k="; }; postPatch = '' @@ -51,12 +52,16 @@ python3Packages.buildPythonApplication { dependencies = with python3Packages; [ pygobject3 + pillow + numpy + fortune ]; buildInputs = [ libadwaita gtk4 - libportal + libportal-gtk4 + gtksourceview5 ]; dontWrapGApps = true;