vk-bootstrap 0.7 -> 1.3.273 https://repology.org/project/vk-bootstrap/versions attrpath: vk-bootstrap 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/vk-bootstrap/default.nix b/pkgs/development/libraries/vk-bootstrap/default.nix index bc43da3567d8..9717e9a0c24a 100644 --- a/pkgs/development/libraries/vk-bootstrap/default.nix +++ b/pkgs/development/libraries/vk-bootstrap/default.nix @@ -9,14 +9,14 @@ stdenv.mkDerivation rec { pname = "vk-bootstrap"; - version = "0.7"; + version = "1.3.273"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "charles-lunarg"; repo = "vk-bootstrap"; rev = "v${version}"; - hash = "sha256-X3ANqfplrCF1R494+H5/plcwMH7rbW6zpLA4MZrYaoE="; + hash = "sha256-LUmYc5J3jshArQU1VsQtcs8QSPfEkCgAoWgfarwqq2o="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A vk-bootstrap nix build failed. got build log for 'vk-bootstrap' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/w31441r1xfkflxnxch4cji4qj8pm3p4q-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/doc/VulkanBootstrap -DCMAKE_INSTALL_INFODIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/k7s0w8n96m38lagfhmvhjq3s5cm1441s-vk-bootstrap-1.3.273-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/k7s0w8n96m38lagfhmvhjq3s5cm1441s-vk-bootstrap-1.3.273-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273 -DVK_BOOTSTRAP_VULKAN_HEADER_DIR=/nix/store/38gwaydg15p688yna532ffgcb4zqbm18-vulkan-headers-1.3.275.0/include -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at tests/CMakeLists.txt:52 (include): include could not find requested file: Catch  CMake Error at tests/CMakeLists.txt:53 (catch_discover_tests): Unknown CMake command "catch_discover_tests".  -- Configuring incomplete, errors occurred!