vkdt-wayland 0.6.0 -> 0.7.0 https://github.com/hanatos/vkdt/releases attrpath: vkdt-wayland 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/graphics/vkdt/default.nix b/pkgs/applications/graphics/vkdt/default.nix index ef7cba998dd7..0d8f32bf716e 100644 --- a/pkgs/applications/graphics/vkdt/default.nix +++ b/pkgs/applications/graphics/vkdt/default.nix @@ -23,11 +23,11 @@ stdenv.mkDerivation rec { pname = "vkdt"; - version = "0.6.0"; + version = "0.7.0"; src = fetchurl { url = "https://github.com/hanatos/${pname}/releases/download/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-Au0S+9Y+H0FuoHZacnN4azQFQB0tarT2bHNsLxujfLw="; + sha256 = "sha256-Sk/K+EWvJBkwwD5R1gH9ZQHetojrJTTJrKW9Dvr+lHA="; }; strictDeps = true; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A vkdt-wayland nix build failed. -- The following features have been enabled: * OpenMP-based threading, used for parallelization of the library * XML reading, used for loading of data/cameras.xml * Lossy JPEG decoding, used for DNG Lossy JPEG compression decoding * ZLIB decoding, used for DNG Deflate compression decoding -- The following RECOMMENDED packages have been found: * OpenMP (required version >= 4.5), Open Multi-Processing, Used for parallelization of the library * JPEG, free library for handling the JPEG image data format, implements a JPEG codec Used for decoding DNG Lossy JPEG compression * ZLIB (required version >= 1.2.11), software library used for data compression Used for decoding DNG Deflate compression -- The following REQUIRED packages have been found: * Pugixml (required version >= 1.8), Light-weight, simple and fast XML parser, Used for loading of data/cameras.xml -- The following OPTIONAL packages have not been found: * XMLLINT, command line XML tool, Used for validation of data/cameras.xml -- Configuring incomplete, errors occurred! make[1]: *** [pipe/modules/i-raw/flat.mk:21: pipe/modules/i-raw/rawspeed/build/Makefile] Error 1 make[1]: Leaving directory '/build/vkdt-0.7.0/src' make: *** [Makefile:90: src] Error 2