ossia-score: 3.5.2 -> 3.5.3

This commit is contained in:
R. Ryantm
2025-07-08 02:18:01 +00:00
parent e6e45d9aa6
commit ff5e4e1893
+2 -2
View File
@@ -44,13 +44,13 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "ossia-score";
version = "3.5.2";
version = "3.5.3";
src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-pm+CB1DMO5iyXzt4XR1OQUyTr37R007a64AHDbecJk0=";
hash = "sha256-khVWoHsxezQjU6O+OX7t1zuzLJpIVTim1rMswD7TaQU=";
fetchSubmodules = true;
};