radsecproxy 1.9.3 -> 1.11.0 https://repology.org/project/radsecproxy/versions attrpath: radsecproxy 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/tools/networking/radsecproxy/default.nix b/pkgs/tools/networking/radsecproxy/default.nix index 493dd6c0e835..1cdc4b19d777 100644 --- a/pkgs/tools/networking/radsecproxy/default.nix +++ b/pkgs/tools/networking/radsecproxy/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "radsecproxy"; - version = "1.9.3"; + version = "1.11.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - sha256 = "sha256-4w5aQIh3loHrxFGhWt6pW2jgj/JuqQSYmNsnAkEuKoI="; + sha256 = "sha256-hOAQQXQm+A2Bgm8U8//bBdbhBhI+fYcXCExQ02zVEXM="; }; nativeBuildInputs = [ autoreconfHook ]; Received ExitFailure 1 when running Raw command: /nix/store/1rkn4zznmzlzqihnvwz9phqjnifa099k-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A radsecproxy 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 for ranlib... ranlib checking for mallopt... yes checking for build time... 1980-01-01 checking for nettle_sha256_init in -lnettle... yes checking for inet_aton in -lresolv... yes UDP transport enabled TCP transport enabled TLS (RadSec) transport enabled DTLS transport enabled checking for pkg-config... no checking for include/openssl/ssl.h in /usr/local/ssl... no checking for include/openssl/ssl.h in /usr/lib/ssl... no checking for include/openssl/ssl.h in /usr/ssl... no checking for include/openssl/ssl.h in /usr/pkg... no checking for include/openssl/ssl.h in /usr/local... no checking for include/openssl/ssl.h in /usr... no checking whether compiling and linking against OpenSSL works... no configure: error: in '/build/source': configure: error: could not locate OpenSSL. Specify its location using --with-openssl= See 'config.log' for more details