ossia-score: 3.4.0 -> 3.4.1 (#376198)

This commit is contained in:
misuzu
2025-01-25 15:11:57 +02:00
committed by GitHub
+2 -2
View File
@@ -44,13 +44,13 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "ossia-score";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-UuU9WP8AIwNSipt9gikb5YY2mQpIbSENPv1vyIOLfVo=";
hash = "sha256-PpIGlw3MmJYiLaKX+oHM7QUjlk6Bw/W2GwdkLgPK1Hg=";
fetchSubmodules = true;
};