rewaita: 1.0.8 -> 1.1.0

This commit is contained in:
arthsmn
2025-12-27 11:47:41 -03:00
parent 6b54ed2540
commit a4e89db405
+9 -4
View File
@@ -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;