scrot 1.7 -> 1.8.1 https://github.com/resurrecting-open-source-projects/scrot/releases attrpath: scrot 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/tools/graphics/scrot/default.nix b/pkgs/tools/graphics/scrot/default.nix index ad0eb23035d..5e52f24ddad 100644 --- a/pkgs/tools/graphics/scrot/default.nix +++ b/pkgs/tools/graphics/scrot/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "scrot"; - version = "1.7"; + version = "1.8.1"; src = fetchFromGitHub { owner = "resurrecting-open-source-projects"; repo = pname; rev = version; - sha256 = "sha256-oVmEPkEK1xDcIRUQjCp6CKf+aKnnVe3L7aRTdSsCmmY="; + sha256 = "sha256-CwjuSgAZYkAAGNaUYybrckUC+H+3nOg2JGJfzAvVAGU="; }; 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 scrot nix build failed. checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether C compiler accepts -O2 -flto -g -Wall -Wextra -Wpedantic... yes checking whether the linker accepts -O2 -flto -g -Wall -Wextra -Wpedantic... yes checking pkg-config is at least version 0.9.0... yes checking for x11... yes checking for xcomposite... yes checking for xext... yes checking for xfixes... yes checking for xinerama... no configure: error: Package requirements (xinerama) were not met: No package 'xinerama' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XINERAMA_CFLAGS and XINERAMA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.