lxterminal 0.3.2 -> 0.4.0 https://repology.org/metapackage/lxterminal/versions attrpath: lxterminal 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/terminal-emulators/lxterminal/default.nix b/pkgs/applications/terminal-emulators/lxterminal/default.nix index 13f4e3c4119..20bb00ee7fe 100644 --- a/pkgs/applications/terminal-emulators/lxterminal/default.nix +++ b/pkgs/applications/terminal-emulators/lxterminal/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "lxterminal"; - version = "0.3.2"; + version = "0.4.0"; src = fetchFromGitHub { owner = "lxde"; repo = "lxterminal"; rev = version; - sha256 = "sha256-5J21Xvx43Ie01IxB2usyixDl+WZEeFHn2HXZsRS5imo="; + sha256 = "sha256-bCF/V6yFe4vKqVMOtNlwYyw/ickj1LFuFn4IyypwIg0="; }; configureFlags = [ 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 lxterminal nix build failed. config.status: creating data/lxterminal.conf config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands LXTerminal................................... : Version 0.4.0 Prefix....................................... : /nix/store/jzxsbby4wgg1fl4dzxcfr0xmg4sj9zbm-lxterminal-0.4.0 @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/qqa28hmysc23yy081d178jfd9a1yk8aw-bash-5.2-p15/bin/bash make all-recursive make[1]: Entering directory '/build/source' Making all in src make[2]: Entering directory '/build/source/src' CC lxterminal-unixsocket.o CC lxterminal-setting.o CC lxterminal-lxterminal.o lxterminal.c:39:10: fatal error: pcre2.h: No such file or directory 39 | #include  | ^~~~~~~~~ compilation terminated. make[2]: *** [Makefile:476: lxterminal-lxterminal.o] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:403: all-recursive] Error 1 make[1]: Leaving directory '/build/source' make: *** [Makefile:344: all] Error 2