Skip to content

Commit

Permalink
Merge pull request #302279 from matthiasbeyer/backport-301610-to-rele…
Browse files Browse the repository at this point in the history
…ase-23.11

[Backport release 23.11]: dl-librescore: 0.34.47 -> 0.35.7
  • Loading branch information
matthiasbeyer committed Apr 19, 2024
2 parents e8aa3cf + 9fe07bb commit 7ab4f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/audio/dl-librescore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "dl-librescore";
version = "0.34.47";
version = "0.35.7";

src = fetchFromGitHub {
owner = "LibreScore";
repo = "dl-librescore";
rev = "v${version}";
hash = "sha256-yXreyQiIKmZEw2HcpnCW4TxCTHzdq+KuPSlFPFZy2oU=";
hash = "sha256-g/dOQj2S9iUmN3Ohj7RPBpSk/4N9a39qY+/UIbsKDf4=";
};

npmDepsHash = "sha256-qKu7xViApKg/4EubS4tsZEtNoW62rpC4e6xmBugSkek=";
npmDepsHash = "sha256-Boa/WnptJYJNRdcLgua5GmLT2H9tBpZR+vvAFZC1s4k=";

# see https://github.com/LibreScore/dl-librescore/pull/32
# TODO can be removed with next update
Expand Down

0 comments on commit 7ab4f7f

Please sign in to comment.