lilv: 0.24.24 -> 0.24.26 (#425623)

This commit is contained in:
Weijia Wang
2025-07-19 07:13:48 +02:00
committed by GitHub
+2 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "lilv";
version = "0.24.24";
version = "0.24.26";
outputs = [
"out"
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.xz";
hash = "sha256-a7a+n4hQQXbQZC8S3oCbK54txVYhporbjH7bma76u08=";
hash = "sha256-Iv7tMLwPlSOEolwvb0sE5tQ4NkCHmO1lqKk0wFXV2Kw=";
};
nativeBuildInputs = [