about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-20 07:16:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-20 07:16:18 +0000
commit41d88dfb9b34f6da5b40a80179628b7bfd490a66 (patch)
tree95f5de223a7489665e228d909f4803ce4546608b /pkgs/applications
parent026f02ce7dfeba48a1c1a2b3cd8c7d8329f1f5b2 (diff)
waylyrics: 0.3.11 -> 0.3.12
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/waylyrics/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/waylyrics/default.nix b/pkgs/applications/audio/waylyrics/default.nix
index 15cec6faa8a7d..69069f01243c3 100644
--- a/pkgs/applications/audio/waylyrics/default.nix
+++ b/pkgs/applications/audio/waylyrics/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "waylyrics";
-  version = "0.3.11";
+  version = "0.3.12";
 
   src = fetchFromGitHub {
     owner = "waylyrics";
     repo = "waylyrics";
     rev = "v${version}";
-    hash = "sha256-8jmB6kJUNHTT0w/1ADgjoMAP1zNpohsPl9FIGoh8UG4=";
+    hash = "sha256-FfrgeUDKiM9m0mvKlu02KEuvsq+3Gv3yPFW1DIQw05I=";
   };
 
-  cargoHash = "sha256-hH9EQAH1uSD6uRUxKv7O3ewZsijrbCSWWY7EmC0Z7tI=";
+  cargoHash = "sha256-xD46aKT18Kl+81Pfv+zleUUKhSV1Px7JFjhXw1/4cBA=";
 
   nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
   buildInputs = [ openssl dbus ];