osmo-ggsn 1.11.0 -> 1.12.0 https://repology.org/project/osmo-ggsn/versions attrpath: osmo-ggsn 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/servers/osmocom/osmo-ggsn/default.nix b/pkgs/servers/osmocom/osmo-ggsn/default.nix index 1c034ddc60da..87c1ee1d9573 100644 --- a/pkgs/servers/osmocom/osmo-ggsn/default.nix +++ b/pkgs/servers/osmocom/osmo-ggsn/default.nix @@ -12,13 +12,13 @@ in stdenv.mkDerivation rec { pname = "osmo-ggsn"; - version = "1.11.0"; + version = "1.12.0"; src = fetchFromGitHub { owner = "osmocom"; repo = "osmo-ggsn"; rev = version; - hash = "sha256-TQQOj8DgsMI/+9Fpcpz95fuk746EWumYtTdPtYCXKTw="; + hash = "sha256-sSAIJI7iGNmyXr3t+PXPi1SSzS2Nd3Aze2nvzu/MNI4="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/pf3c5fg5jb2mfa3ysmayk4xv2r9wb8iw-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A osmo-ggsn nix build failed. checking whether struct rt_msghdr exist... no checking whether struct iphdr exists... yes checking whether enum in6_addr_gen_mode.IN6_ADDR_GEN_MODE_NONE exists... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for inet_aton... yes checking for getopt.h... yes checking for getopt_long... yes checking whether build environment is sane... yes checking for a race-free mkdir -p... /nix/store/cnknp3yxfibxjhila0sjd1v3yglqssng-coreutils-9.5/bin/mkdir -p checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for libosmocore >= 1.10.0... no configure: error: Package requirements (libosmocore >= 1.10.0) were not met: Requested 'libosmocore >= 1.10.0' but version of Osmocom Core Library is 1.9.3 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS and LIBOSMOCORE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.