about summary refs log tree commit diff
path: root/pkgs/applications/audio/cozy
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2024-02-25 19:15:12 +0100
committermakefu <github@syntax-fehler.de>2024-03-05 00:04:02 +0100
commitc43a2853d1ca7c378dbeb98d017dd581b90d06ab (patch)
treea658bd566f285e84054185571f74b8feaf8fcd97 /pkgs/applications/audio/cozy
parente2fc21a87564ca49218d96bfbc062dfa060de888 (diff)
cozy: 1.2.1 -> 1.3.0
update to latest upstream release
fixes #291085
Diffstat (limited to 'pkgs/applications/audio/cozy')
-rw-r--r--pkgs/applications/audio/cozy/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/cozy/default.nix b/pkgs/applications/audio/cozy/default.nix
index 8f7461683be17..e07217567d340 100644
--- a/pkgs/applications/audio/cozy/default.nix
+++ b/pkgs/applications/audio/cozy/default.nix
@@ -8,7 +8,7 @@
 , gtk3
 , gst_all_1
 , gobject-introspection
-, libhandy
+, libadwaita
 , libdazzle
 , python3Packages
 , cairo
@@ -22,13 +22,13 @@ python3Packages.buildPythonApplication rec {
   format = "other"; # no setup.py
 
   pname = "cozy";
-  version = "1.2.1";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "geigi";
     repo = pname;
     rev = version;
-    hash = "sha256-cRqfLFLvje8lxUZ4S83UAFyYUX0vj1ZgLG0Y6gpCfmI=";
+    hash = "sha256-oMgdz2dny0u1XV13aHu5s8/pcAz8z/SAOf4hbCDsdjw";
   };
 
   nativeBuildInputs = [
@@ -44,8 +44,8 @@ python3Packages.buildPythonApplication rec {
     cairo
     gettext
     gnome.adwaita-icon-theme
+    libadwaita
     libdazzle
-    libhandy
     pantheon.granite
   ] ++ (with gst_all_1; [
     gstreamer