ossia-score: 3.5.1 -> 3.5.2 (#404553)

Co-authored-by: jcelerier <jeanmichael.celerier@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-06 12:15:59 +00:00
committed by GitHub
co-authored by jcelerier
+2 -2
View File
@@ -44,13 +44,13 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "ossia-score";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-f4n1EPOAAAWyHJvbA2xF1ZpOd9sjo4NWG73EaDik78Q=";
hash = "sha256-pm+CB1DMO5iyXzt4XR1OQUyTr37R007a64AHDbecJk0=";
fetchSubmodules = true;
};