feh 3.9 -> 3.10 https://repology.org/project/feh/versions attrpath: feh 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix index afa7234446d..ce74f7482a5 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.10"; src = fetchFromGitHub { owner = "derf"; repo = pname; rev = version; - sha256 = "sha256-rgNC4M1TJ5EPeWmVHVzgaxTGLY7CYQf7uOsOn5bkwKE="; + sha256 = "sha256-9NJ6zgQHcFJPmRlqJuCMXcKjLvDPUG+QvKGTJlWvWK4="; }; postPatch = '' 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 feh nix build failed. # at test/feh.t line 122. # 'feh WARNING: test/fail/pnm - Invalid image file # feh WARNING: test/fail/png - Invalid image file # feh WARNING: test/fail/jpg - Invalid image file # feh WARNING: test/fail/gif - Invalid image file # ' # doesn't match '(?^:feh WARNING: While loading test/fail/... \- (Invalid image file|No Imlib2 loader for that file format|Unknown error \(15\))\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/... \- (Invalid image file|No Imlib2 loader for that file format|Unknown error \(15\))\n)' # at test/feh.t line 141. # 'feh WARNING: test/fail/pnm - Invalid image file # feh WARNING: test/fail/png - Invalid image file # feh WARNING: test/fail/jpg - Invalid image file # feh WARNING: test/fail/gif - Invalid image file # ' # doesn't match '(?^:feh WARNING: While loading test/fail/... \- (Invalid image file|No Imlib2 loader for that file format|Unknown error \(15\))\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.02 usr 0.01 sys + 0.14 cusr 0.08 csys = 0.25 CPU) Result: FAIL make: *** [Makefile:15: test] Error 1