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;