about summary refs log tree commit diff
path: root/pkgs/applications/audio/mousai
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-05-24 12:20:49 +0200
committerGitHub <noreply@github.com>2021-05-24 12:20:49 +0200
commita57e8bef58b1a1b5494162bb189600f8ebae5449 (patch)
tree72a64c31398401d579ddf4b33925a0e946f2e0c1 /pkgs/applications/audio/mousai
parent7f6e0b37df660c2aa5f56044a53e1ac588c8aa33 (diff)
mousai: 0.3.2 -> 0.4.1 (#124112)
https://github.com/SeaDve/Mousai/releases/tag/v0.4.0
https://github.com/SeaDve/Mousai/releases/tag/v0.4.1
Diffstat (limited to 'pkgs/applications/audio/mousai')
-rw-r--r--pkgs/applications/audio/mousai/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/audio/mousai/default.nix b/pkgs/applications/audio/mousai/default.nix
index e705c3590adca..687546624b0a5 100644
--- a/pkgs/applications/audio/mousai/default.nix
+++ b/pkgs/applications/audio/mousai/default.nix
@@ -7,8 +7,8 @@
 , glib
 , gobject-introspection
 , gst_all_1
-, gtk3
-, libhandy
+, gtk4
+, libadwaita
 , librsvg
 , meson
 , ninja
@@ -18,7 +18,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "mousai";
-  version = "0.3.2";
+  version = "0.4.1";
 
   format = "other";
 
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "SeaDve";
     repo = "Mousai";
     rev = "v${version}";
-    sha256 = "sha256-sBB2kqlC+2qPgQinhGxY8lq9unxgQoOOhDP5o1pUWMo=";
+    sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI=";
   };
 
   postPatch = ''
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
     desktop-file-utils
     gettext
     glib
-    gtk3
+    gtk4
     meson
     ninja
     pkg-config
@@ -50,8 +50,8 @@ python3.pkgs.buildPythonApplication rec {
     gst_all_1.gstreamer
     gst_all_1.gst-plugins-base
     gst_all_1.gst-plugins-good
-    gtk3
-    libhandy
+    gtk4
+    libadwaita
     librsvg
   ];