lilv: 0.26.4 -> 0.28.0

This commit is contained in:
R. Ryantm
2026-06-11 06:53:15 +00:00
parent d9c4084332
commit f7876e60c7
+2 -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 = [