lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #301610 from matthiasbeyer/update-dl-librescore

dl-librescore: 0.35.1 -> 0.35.7

authored by

Matthias Beyer and committed by
GitHub
2968f3b5 e89cf1c9

+2 -2
+2 -2
pkgs/tools/audio/dl-librescore/default.nix
··· 8 8 9 9 buildNpmPackage rec { 10 10 pname = "dl-librescore"; 11 - version = "0.35.1"; 11 + version = "0.35.7"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "LibreScore"; 15 15 repo = "dl-librescore"; 16 16 rev = "v${version}"; 17 - hash = "sha256-W/55Bbq5yiocNLOU1+j1TwkGawyF8sObtMmPW3ph35A="; 17 + hash = "sha256-g/dOQj2S9iUmN3Ohj7RPBpSk/4N9a39qY+/UIbsKDf4="; 18 18 }; 19 19 20 20 npmDepsHash = "sha256-Boa/WnptJYJNRdcLgua5GmLT2H9tBpZR+vvAFZC1s4k=";