libjpeg 2.1.5.1 -> 3.0.2 https://github.com/libjpeg-turbo/libjpeg-turbo/releases attrpath: libjpeg 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/libjpeg-turbo/default.nix b/pkgs/development/libraries/libjpeg-turbo/default.nix index 711f05779e85..d9679a24ea7f 100644 --- a/pkgs/development/libraries/libjpeg-turbo/default.nix +++ b/pkgs/development/libraries/libjpeg-turbo/default.nix @@ -32,13 +32,13 @@ assert !(enableJpeg7 && enableJpeg8); # pick only one or none, not both stdenv.mkDerivation (finalAttrs: { pname = "libjpeg-turbo"; - version = "2.1.5.1"; + version = "3.0.2"; src = fetchFromGitHub { owner = "libjpeg-turbo"; repo = "libjpeg-turbo"; rev = finalAttrs.version; - sha256 = "sha256-96SBBZp+/4WkXLvHKSPItNi5WuzdVccI/ZcbJOFjYYk="; + sha256 = "sha256-xHjd0WHN50b75wdWPHUwfmJGsiWKmj+zA59UwakIo74="; }; # This is needed by freeimage 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 libjpeg nix build failed. got build log for 'libjpeg' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bjxk53zcfpzkprxlqa5nk8cr9h8cs0ff-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/njzhjvw048dpycza6qfacgvsri98b8dd-0001-Compile-transupp.c-as-part-of-the-library.patch patching file CMakeLists.txt Hunk #1 FAILED at 533. Hunk #2 succeeded at 1803 (offset 314 lines). 1 out of 2 hunks FAILED -- saving rejects to file CMakeLists.txt.rej patching file transupp.c Hunk #1 succeeded at 1388 (offset 2 lines). Hunk #2 succeeded at 1488 (offset 2 lines). Hunk #3 succeeded at 2035 (offset 2 lines). Hunk #4 succeeded at 2154 (offset 2 lines). Hunk #5 succeeded at 2266 (offset 2 lines). Hunk #6 succeeded at 2305 (offset 2 lines). Hunk #7 succeeded at 2337 (offset 6 lines).