lilv: 0.26.4 -> 0.28.0 (#530621)

This commit is contained in:
dotlambda
2026-06-18 16:52:43 +00:00
committed by GitHub
+3 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "lilv";
version = "0.26.4";
version = "0.28.0";
outputs = [
"out"
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.drobilla.net/lilv-${version}.tar.xz";
hash = "sha256-HItfy3hxgXPmfXblGtQj9RE6n/aEY/JWYZWuRjlgieM=";
hash = "sha256-jctwrbXPByM1EVprCR9BE3EL3HOrqtqj+enB5VlXsUk=";
};
nativeBuildInputs = [
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://drobilla.net/software/lilv";
changelog = "https://gitlab.com/lv2/lilv/-/blob/v${version}/NEWS";
description = "C library to make the use of LV2 plugins";
license = lib.licenses.mit;
maintainers = [ ];