lilv 0 -> 1 attrpath: lilv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - lilv-0.24.22 Press Enter key to continue... Running update for: - lilv-0.24.22: UPDATING ... - lilv-0.24.22: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/audio/lilv/default.nix b/pkgs/development/libraries/audio/lilv/default.nix index 3c691c245ce5..c17b27a7aa6f 100644 --- a/pkgs/development/libraries/audio/lilv/default.nix +++ b/pkgs/development/libraries/audio/lilv/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "lilv"; - version = "0.24.22"; + version = "0.24.24"; outputs = [ "out" "dev" "man" ]; src = fetchurl { url = "https://download.drobilla.net/${pname}-${version}.tar.xz"; - hash = "sha256-dvlJ0OWfyDNjQJtexeFcEEb7fdZYnTwbkgzsH9Kfn/M="; + hash = "sha256-a7a+n4hQQXbQZC8S3oCbK54txVYhporbjH7bma76u08="; }; nativeBuildInputs = [ meson ninja pkg-config python3 ]; No auto update branch exists Old version 0.24.22" not present in staging derivation file with contents: { lib , stdenv , fetchurl , lv2 , meson , ninja , pkg-config , python3 , libsndfile , serd , sord , sratom , gitUpdater # test derivations , pipewire }: stdenv.mkDerivation rec { pname = "lilv"; version = "0.24.24"; outputs = [ "out" "dev" "man" ]; src = fetchurl { url = "https://download.drobilla.net/${pname}-${version}.tar.xz"; hash = "sha256-a7a+n4hQQXbQZC8S3oCbK54txVYhporbjH7bma76u08="; }; nativeBuildInputs = [ meson ninja pkg-config python3 ]; buildInputs = [ libsndfile serd sord sratom ]; propagatedBuildInputs = [ lv2 ]; mesonFlags = [ "-Ddocs=disabled" # Tests require building a shared library. (lib.mesonEnable "tests" (!stdenv.hostPlatform.isStatic)) ]; passthru = { tests = { inherit pipewire; }; updateScript = gitUpdater { url = "https://gitlab.com/lv2/lilv.git"; rev-prefix = "v"; }; }; meta = with lib; { homepage = "http://drobilla.net/software/lilv"; description = "A C library to make the use of LV2 plugins"; license = licenses.mit; maintainers = [ maintainers.goibhniu ]; platforms = platforms.unix; }; }