libsForQt5.phonon-backend-vlc 0.11.3 -> 0.12.0 https://repology.org/project/phonon-vlc/versions attrpath: libsForQt5.phonon-backend-vlc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/phonon/backends/vlc.nix b/pkgs/development/libraries/phonon/backends/vlc.nix index a50a07dde1a1..096fec1f071d 100644 --- a/pkgs/development/libraries/phonon/backends/vlc.nix +++ b/pkgs/development/libraries/phonon/backends/vlc.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "phonon-backend-vlc"; - version = "0.11.3"; + version = "0.12.0"; src = fetchurl { url = "mirror://kde/stable/phonon/${pname}/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-Xmn97MsGDH5rWSTO8uZb7loIrOQScAW5U0TtMHfcY5c="; + sha256 = "sha256-M4R53EUeS5SzyltXje90Hc+C9cYmooB9NiNb4tznyaU="; }; buildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsForQt5.phonon-backend-vlc nix build failed. -- Found LibVLC library path:/nix/store/b72pgn71z5vmviy8zidfm7gdv6fd03lv-libvlc-3.0.20/lib/libvlc.so -- Found LibVLCcore library path:/nix/store/b72pgn71z5vmviy8zidfm7gdv6fd03lv-libvlc-3.0.20/lib/libvlccore.so -- Found LibVLC version: 3.0.20 (searched for: 0.0) Installing in /nix/store/d4z2g0x31sg1zlf2hy3c0wkw3hm53ig9-phonon-backend-vlc-0.12.0. Run /build/phonon-backend-vlc-0.12.0/build/prefix.sh to set the environment for PhononVLC. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success CMake Warning at CMakeLists.txt:61 (find_package): Could not find a configuration file for package "Phonon4Qt5" that is compatible with requested version "4.12.0". The following configuration files were considered but not accepted: /nix/store/gzd2f903j91vw4ycsq9a11d0g19f5r6v-phonon-4.11.1-dev/lib/cmake/phonon4qt5/Phonon4Qt5Config.cmake, version: 4.11.1  -- Could NOT find Phonon4Qt5Experimental (missing: Phonon4Qt5Experimental_DIR) CMake Error at src/CMakeLists.txt:20 (if): if given arguments: "VERSION_GREATER" "4.9.50" Unknown arguments specified  -- Configuring incomplete, errors occurred!