about summary refs log tree commit diff
path: root/pkgs/applications/audio/waylyrics
diff options
context:
space:
mode:
authorGuanran Wang <guanran928@outlook.com>2024-05-31 16:50:52 +0800
committerGuanran Wang <guanran928@outlook.com>2024-05-31 16:50:52 +0800
commit50a392e22a85db859fc0e1990f1a3dd7c8434026 (patch)
treeda92ab61d9f41d196e34131cec2e105e226ea50c /pkgs/applications/audio/waylyrics
parent6132b0f6e344ce2fe34fc051b72fb46e34f668e0 (diff)
waylyrics: 0.3.9 -> 0.3.10
Diff: https://github.com/waylyrics/waylyrics/compare/v0.3.9...v0.3.10
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 5d209e5a61ef0..2fb67fdda38bd 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.9";
+  version = "0.3.10";
 
   src = fetchFromGitHub {
     owner = "waylyrics";
     repo = "waylyrics";
     rev = "v${version}";
-    hash = "sha256-RLqBjN5haZKjbTK8U2Y62IY+D9lR3NaHK3erAcauhzE=";
+    hash = "sha256-JqCnVkqua/qOZjE+XKj3PyrGwqk7IToYOhLN78fKdq0=";
   };
 
-  cargoHash = "sha256-yEoYPG362rloCXVO23/qR8vbmxHv2hot3AhYgJknrOY=";
+  cargoHash = "sha256-fVwY+lkfg/O1sPM0C7NOdb8/pln96vBcmCAWh0pEPHI=";
 
   nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
   buildInputs = [ openssl dbus ];