rewaita: 1.0.8 -> 1.1.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user