about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 19:29:28 +0100
committerGitHub <noreply@github.com>2024-01-03 19:29:28 +0100
commit79b0bc1a26d0eb20eab77599c577b9e9d04f22ba (patch)
treec80361d72f9cd84257ecd866207064fbe64fef27 /pkgs/tools/audio
parente92533ad768ded7a026e1509e1f02cdc0fa0d53f (diff)
parent8a9191adafa6ffd14febd3fd983e8b703e34ad97 (diff)
Merge pull request #276739 from r-ryantm/auto-update/dl-librescore
dl-librescore: 0.34.47 -> 0.34.59
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/dl-librescore/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/audio/dl-librescore/default.nix b/pkgs/tools/audio/dl-librescore/default.nix
index 5e8306f212283..a84f12e8fa53f 100644
--- a/pkgs/tools/audio/dl-librescore/default.nix
+++ b/pkgs/tools/audio/dl-librescore/default.nix
@@ -8,16 +8,16 @@
 
 buildNpmPackage rec {
   pname = "dl-librescore";
-  version = "0.34.47";
+  version = "0.34.59";
 
   src = fetchFromGitHub {
     owner = "LibreScore";
     repo = "dl-librescore";
     rev = "v${version}";
-    hash = "sha256-yXreyQiIKmZEw2HcpnCW4TxCTHzdq+KuPSlFPFZy2oU=";
+    hash = "sha256-ZpY+cWtNf/s4Aw42eDc9/0jXzVHugEmU91Qgu9p1f0w=";
   };
 
-  npmDepsHash = "sha256-qKu7xViApKg/4EubS4tsZEtNoW62rpC4e6xmBugSkek=";
+  npmDepsHash = "sha256-DX3to2SNYhNWIJqcz5Mberuk/HSpCO538CjsvvALgkI=";
 
   # see https://github.com/LibreScore/dl-librescore/pull/32
   # TODO can be removed with next update