2022-12-02T09:17:30 feh 3.9 -> 3.9.1 https://repology.org/metapackage/feh/versions 2022-12-02T09:17:32 attrpath: feh 2022-12-02T09:17:32 Checking auto update branch... 2022-12-02T09:17:33 No auto update branch exists 2022-12-02T09:17:36 [version] 2022-12-02T09:17:38 [version] updated version and sha256 2022-12-02T09:17:38 [rustCrateVersion] 2022-12-02T09:17:38 [rustCrateVersion] No cargoSha256 found 2022-12-02T09:17:38 [golangModuleVersion] 2022-12-02T09:17:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T09:17:38 [updateScript] 2022-12-02T09:17:38 [updateScript] skipping because derivation has no updateScript 2022-12-02T09:17:38 2022-12-02T09:17:38 [quotedUrls] 2022-12-02T09:17:39 [quotedUrls] nothing found to replace 2022-12-02T09:17:39 Diff after rewrites: diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix index 70f83e9a2f2..baa5bf82065 100644 --- a/pkgs/applications/graphics/feh/default.nix +++ b/pkgs/applications/graphics/feh/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "feh"; - version = "3.9"; + version = "3.9.1"; src = fetchFromGitHub { owner = "derf"; repo = pname; rev = version; - sha256 = "sha256-rgNC4M1TJ5EPeWmVHVzgaxTGLY7CYQf7uOsOn5bkwKE="; + sha256 = "sha256-EDaS1LXYnfadcemIlI+JrWPxEBUsNm4tmh3msdbLjhU="; }; postPatch = '' 2022-12-02T09:19:14 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A feh nix build failed. # at test/feh.t line 119. # 'feh WARNING: While loading test/fail/pnm - Unknown error (15) # feh WARNING: While loading test/fail/png - Unknown error (15) # feh WARNING: While loading test/fail/jpg - Unknown error (15) # feh WARNING: While loading test/fail/gif - Unknown error (15) # ' # doesn't match '(?^:feh WARNING: While loading test/fail/... \- No Imlib2 loader for that file format\n)' # Failed test 'stderr_like: src/feh --customlist '%f; %h; %l; %m; %n; %p; %s; %t; %u; %w' test/ok/gif test/ok/jpg test/ok/png test/ok/pnm test/fail/gif test/fail/jpg test/fail/png test/fail/pnm, (?^:feh WARNING: While loading test/fail/... \- No Imlib2 loader for that file format\n)' # at test/feh.t line 138. # 'feh WARNING: While loading test/fail/pnm - Unknown error (15) # feh WARNING: While loading test/fail/png - Unknown error (15) # feh WARNING: While loading test/fail/jpg - Unknown error (15) # feh WARNING: While loading test/fail/gif - Unknown error (15) # ' # doesn't match '(?^:feh WARNING: While loading test/fail/... \- No Imlib2 loader for that file format\n)' # Looks like you failed 10 tests of 73.   test/feh.t ..... Dubious, test returned 10 (wstat 2560, 0xa00) Failed 10/73 subtests  test/mandoc.t .. # mandoc not installed, test skipped. This is NOT fatal. test/mandoc.t .. 1/1 test/mandoc.t .. ok Test Summary Report ------------------- test/feh.t (Wstat: 2560 (exited 10) Tests: 73 Failed: 10)  Failed tests: 23, 26, 29, 32, 35, 38, 41, 44, 47, 53  Non-zero exit status: 10 Files=2, Tests=74, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.13 cusr 0.09 csys = 0.23 CPU) Result: FAIL make: *** [Makefile:15: test] Error 1