Skip to content

Commit

Permalink
Merge pull request NixOS#314383 from markuskowa/upd-osmos
Browse files Browse the repository at this point in the history
update libosmoabis, libosmo-sccp, osmo-ggsn, osmo-sgsn
  • Loading branch information
NickCao authored May 25, 2024
2 parents 84993aa + 12ceac9 commit a6404ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/libosmo-sccp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/libosmoabis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-ggsn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/osmocom/osmo-sgsn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit a6404ba

Please sign in to comment.