Merge pull request #314383 from markuskowa/upd-osmos

update libosmoabis, libosmo-sccp, osmo-ggsn, osmo-sgsn
This commit is contained in:
Nick Cao 2024-05-25 09:22:18 -04:00 committed by GitHub
commit a6404baf59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libosmo-sccp";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-sccp";
rev = version;
hash = "sha256-GrC++v7PCAnaEtMFt+el/ct2g+/9Axev04g/jMIGyOQ=";
hash = "sha256-MT3NM4sXCLUNKQ5wEbUmvf2KYJNdcSFqGYeQbg+eop8=";
};
configureFlags = [ "--with-systemdsystemunitdir=$out" ];

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libosmoabis";
version = "1.5.0";
version = "1.5.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-abis";
rev = version;
hash = "sha256-AtBv3llE7TX1tBBE4BQ4gXFs2WNqgjNDkezRpoDoHbg=";
hash = "sha256-B3M6sqFPecMR4/uiJ93C5ZWlq9IVpQwXCu9GZ4twHJw=";
};
configureFlags = [ "enable_dahdi=false" ];

View File

@ -12,13 +12,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-ggsn";
version = "1.10.2";
version = "1.11.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-ggsn";
rev = version;
hash = "sha256-673qQgymMAKsdunwWhELo2etKqkdCvxR7B8VgmXkEEA=";
hash = "sha256-TQQOj8DgsMI/+9Fpcpz95fuk746EWumYtTdPtYCXKTw=";
};
postPatch = ''

View File

@ -16,14 +16,14 @@ let
in
stdenv.mkDerivation rec {
pname = "osmo-ggsn";
version = "1.11.0";
pname = "osmo-sgsn";
version = "1.11.1";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-sgsn";
rev = version;
hash = "sha256-jI82LS/WubFAkxBVF31qH4NWSmjC94dL73oOu3shfdU=";
hash = "sha256-obslARttKN+ut1ubIQ7zsL3/mnXK/AUoJeBnRJoPoZ0=";
};
postPatch = ''