about summary refs log tree commit diff
path: root/pkgs/applications/audio/waylyrics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 06:25:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 06:25:49 +0000
commit63ac8f5915054fba2f7aaaa31112604fefa15e94 (patch)
tree42e816e569ae3765a6c5d53aff8cb01386840c29 /pkgs/applications/audio/waylyrics
parenta53f8b3cd09470a10e919a589402ec0331c6de63 (diff)
waylyrics: 0.3.10 -> 0.3.11
Diffstat (limited to 'pkgs/applications/audio/waylyrics')
-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 2fb67fdda38bd..15cec6faa8a7d 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.10";
+  version = "0.3.11";
 
   src = fetchFromGitHub {
     owner = "waylyrics";
     repo = "waylyrics";
     rev = "v${version}";
-    hash = "sha256-JqCnVkqua/qOZjE+XKj3PyrGwqk7IToYOhLN78fKdq0=";
+    hash = "sha256-8jmB6kJUNHTT0w/1ADgjoMAP1zNpohsPl9FIGoh8UG4=";
   };
 
-  cargoHash = "sha256-fVwY+lkfg/O1sPM0C7NOdb8/pln96vBcmCAWh0pEPHI=";
+  cargoHash = "sha256-hH9EQAH1uSD6uRUxKv7O3ewZsijrbCSWWY7EmC0Z7tI=";
 
   nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
   buildInputs = [ openssl dbus ];