lilypond-unstable: 2.23.11 -> 2.23.12

This commit is contained in:
usertam 2022-08-24 19:04:57 +08:00
parent cae79e84e4
commit b3f68591e1
No known key found for this signature in database
GPG Key ID: C35F5FF3A6C5AC43

View File

@ -3,9 +3,9 @@
(lilypond.override {
inherit guile;
}).overrideAttrs (oldAttrs: rec {
version = "2.23.11";
version = "2.23.12";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-4VjcuZvRmpPmiZ42zyk9xYPlsSN6kEsBSRe30P+raQ8=";
sha256 = "sha256-SLZ9/Jybltd8+1HANk8pTGHRb7MuZSJJDDY/S4Kwz/k=";
};
})