about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-28 01:47:20 +0800
committerGitHub <noreply@github.com>2024-06-28 01:47:20 +0800
commit5488a687a55b1138619223386bd0d56b0c37eb95 (patch)
treebb8225e7fd322f4b7f97d7043c0993da003d909f
parent137523ccf4a533f9a3a09fc95402091432c5967c (diff)
parentaeea356ac61fe9ecd06db0085996e17a3924c3c6 (diff)
Merge pull request #322943 from r-ryantm/auto-update/waylyrics
waylyrics: 0.3.12 -> 0.3.13
-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 69069f01243c3..e3cf437258df9 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.12";
+  version = "0.3.13";
 
   src = fetchFromGitHub {
     owner = "waylyrics";
     repo = "waylyrics";
     rev = "v${version}";
-    hash = "sha256-FfrgeUDKiM9m0mvKlu02KEuvsq+3Gv3yPFW1DIQw05I=";
+    hash = "sha256-hx0g5JBf0v7B26GCcU5BkmxVvbHQNPSQ2d+ohDk3080=";
   };
 
-  cargoHash = "sha256-xD46aKT18Kl+81Pfv+zleUUKhSV1Px7JFjhXw1/4cBA=";
+  cargoHash = "sha256-v1+1ivbJAZLqnnFaR6vmpcZ7vd5j3afZliggXaHiwWM=";
 
   nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
   buildInputs = [ openssl dbus ];