netsurf.browser 3.10 -> 3.11 https://repology.org/project/netsurf/versions attrpath: netsurf.browser 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/applications/networking/browsers/netsurf/browser.nix b/pkgs/applications/networking/browsers/netsurf/browser.nix index d9df75b00c2b..52917d0152c1 100644 --- a/pkgs/applications/networking/browsers/netsurf/browser.nix +++ b/pkgs/applications/networking/browsers/netsurf/browser.nix @@ -44,11 +44,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "netsurf"; - version = "3.10"; + version = "3.11"; src = fetchurl { url = "http://download.netsurf-browser.org/netsurf/releases/source/netsurf-${finalAttrs.version}-src.tar.gz"; - hash = "sha256-NkhEKeGTYUaFwv8kb1W9Cm3d8xoBi+5F4NH3wohRmV4="; + hash = "sha256-wopiau/uQo0FOxP4i1xECSIkWXZSLRLq8TfP0y0gHLI="; }; nativeBuildInputs = [ 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 netsurf.browser nix build failed. | ^~~~~~~~~ /nix/store/68qbq5jzwljpl0w6i1qj2l66k129l0ii-glibc-2.38-27-dev/include/string.h:286:14: note: previous declaration of 'strchrnul' with type 'char *(const char *, int)' 286 | extern char *strchrnul (const char *__s, int __c) | ^~~~~~~~~ In file included from ./content/handlers/html/private.h:31, from build/Linux-gtk3/duktape/canvas_rendering_context2d.c:52: ./content/handlers/css/utils.h: In function 'ns_computed_display': ./content/handlers/css/utils.h:39:14: error: 'CSS_DISPLAY_GRID' undeclared (first use in this function); did you mean 'CSS_DISPLAY_FLEX'? 39 | case CSS_DISPLAY_GRID: | ^~~~~~~~~~~~~~~~ | CSS_DISPLAY_FLEX ./content/handlers/css/utils.h:39:14: note: each undeclared identifier is reported only once for each function it appears in ./content/handlers/css/utils.h:42:14: error: 'CSS_DISPLAY_INLINE_GRID' undeclared (first use in this function); did you mean 'CSS_DISPLAY_INLINE_FLEX'? 42 | case CSS_DISPLAY_INLINE_GRID: | ^~~~~~~~~~~~~~~~~~~~~~~ | CSS_DISPLAY_INLINE_FLEX ./content/handlers/css/utils.h: In function 'ns_computed_display_static': ./content/handlers/css/utils.h:62:14: error: 'CSS_DISPLAY_GRID' undeclared (first use in this function); did you mean 'CSS_DISPLAY_FLEX'? 62 | case CSS_DISPLAY_GRID: | ^~~~~~~~~~~~~~~~ | CSS_DISPLAY_FLEX ./content/handlers/css/utils.h:65:14: error: 'CSS_DISPLAY_INLINE_GRID' undeclared (first use in this function); did you mean 'CSS_DISPLAY_INLINE_FLEX'? 65 | case CSS_DISPLAY_INLINE_GRID: | ^~~~~~~~~~~~~~~~~~~~~~~ | CSS_DISPLAY_INLINE_FLEX ./content/handlers/html/private.h: At top level: ./content/handlers/html/private.h:163:9: error: unknown type name 'css_unit_ctx' 163 | css_unit_ctx unit_len_ctx; | ^~~~~~~~~~~~ make: *** [Makefile:410: build/Linux-gtk3/build_Linux-gtk3_duktape_canvas_rendering_context2d.o] Error 1