ossia-score: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-04-18 03:42:57 +00:00
parent 7650c61104
commit c4dea4a0e5
+2 -2
View File
@@ -44,13 +44,13 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "ossia-score";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-PpIGlw3MmJYiLaKX+oHM7QUjlk6Bw/W2GwdkLgPK1Hg=";
hash = "sha256-7gZTUdOVfMlNDuvLrt8twbHCBOz9hoZQaQdWdDF6qMg=";
fetchSubmodules = true;
};