about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-07 15:44:21 -0400
committerGitHub <noreply@github.com>2024-06-07 15:44:21 -0400
commita2f9898b58d3da9951ba6e45f9d170d1ad5efa1d (patch)
tree37ef630e0f9cb903d18711e76c20a23eb98c1ac9
parente6d9a1261bbf695b94afdd4e9d629d0ac90cf4d7 (diff)
parent1639dd8cb53cf72111f845d7b3b022780319cf62 (diff)
Merge pull request #317871 from r-ryantm/auto-update/dl-librescore
dl-librescore: 0.35.7 -> 0.35.17
-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 3f9a652bde47e..913efd645a30f 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.35.7";
+  version = "0.35.17";
 
   src = fetchFromGitHub {
     owner = "LibreScore";
     repo = "dl-librescore";
     rev = "v${version}";
-    hash = "sha256-g/dOQj2S9iUmN3Ohj7RPBpSk/4N9a39qY+/UIbsKDf4=";
+    hash = "sha256-u09aquwZIT2XxxaqirrMU5Q3PpXbj70bcI3pOflxVAE=";
   };
 
-  npmDepsHash = "sha256-Boa/WnptJYJNRdcLgua5GmLT2H9tBpZR+vvAFZC1s4k=";
+  npmDepsHash = "sha256-LZgVQNFXUqFbzXKdXk8wsMDBqApmtXFLRUw6zIKDAqs=";
 
   # see https://github.com/LibreScore/dl-librescore/pull/32
   # TODO can be removed with next update