Merge pull request #188161 from usertam/bump/lilypond-unstable

lilypond-unstable: 2.23.11 -> 2.23.12
This commit is contained in:
Jonas Heinrich 2022-09-04 13:16:16 +02:00 committed by GitHub
commit 5d70f2f366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";
};
})