lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lilypond-unstable: 2.23.11 -> 2.23.12

usertam b3f68591 cae79e84

+2 -2
+2 -2
pkgs/misc/lilypond/unstable.nix
··· 3 3 (lilypond.override { 4 4 inherit guile; 5 5 }).overrideAttrs (oldAttrs: rec { 6 - version = "2.23.11"; 6 + version = "2.23.12"; 7 7 src = fetchurl { 8 8 url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; 9 - sha256 = "sha256-4VjcuZvRmpPmiZ42zyk9xYPlsSN6kEsBSRe30P+raQ8="; 9 + sha256 = "sha256-SLZ9/Jybltd8+1HANk8pTGHRb7MuZSJJDDY/S4Kwz/k="; 10 10 }; 11 11 })