Unverified Commit a4e89db4 authored by arthsmn's avatar arthsmn
Browse files

rewaita: 1.0.8 -> 1.1.0

parent 6b54ed25
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -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;