Skip to content
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/libosmo-netif/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "libosmo-netif";
version = "1.4.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-netif";
rev = version;
hash = "sha256-NjclrjpgX2ZySxTTjdeiOTOXsOTESLmj2LY89goedKI=";
hash = "sha256-C8lIURQmu15RQij7c09+F/c8XSzTcgHt4MkgdkqTa3Q=";
};

postPatch = ''
Expand Down
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.2";
version = "1.9.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-sccp";
rev = version;
hash = "sha256-MT3NM4sXCLUNKQ5wEbUmvf2KYJNdcSFqGYeQbg+eop8=";
hash = "sha256-XEpkLLOjq28ipAbAyR1uBpo3i77xRZyD9NJ35HlRWXU=";
};

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.2";
version = "1.6.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-abis";
rev = version;
hash = "sha256-B3M6sqFPecMR4/uiJ93C5ZWlq9IVpQwXCu9GZ4twHJw=";
hash = "sha256-So1iyxkLaK3Up+6hetY1TultXF3G3Bg0k1WWrfS+3kA=";
};

configureFlags = [ "enable_dahdi=false" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/libosmocore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "libosmocore";
version = "1.9.3";
version = "1.10.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
hash = "sha256-9b+wQoC3lOz7mlaxzSRIrXinRVoNj4UYW0ae+JBBKsE=";
hash = "sha256-qP5vGBgPs5y3InE3qgkVHiZgH3AW3mNyLIixgARAVRc=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-bsc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-bsc";
version = "1.11.1";
version = "1.12.1";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bsc";
rev = version;
hash = "sha256-pMdQcIFWiawXYnmHSjTk+3YcZNMrv3qmgWr4gkTknJA=";
hash = "sha256-4ELOkxgtqV30r7xD1XcYXpscswvCQacJWUYcbfDNPhI=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-bts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "osmo-bts";
version = "1.7.2";
version = "1.8.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bts";
rev = version;
hash = "sha256-dje+B1jobsVdQZYyIkLTZzez4HQirCcjyosTQCo/v64=";
hash = "sha256-l0iCoiMeBGlJpMvnHUrUfGL3sQCT69D739wiYbnSFeI=";
};

postPatch = ''
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.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 = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-hlr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-hlr";
version = "1.7.0";
version = "1.8.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-hlr";
rev = version;
hash = "sha256-snl4Ezvz28NJEjHwb68V+W3MvMJjkFvc/AlGaeSyiXc=";
hash = "sha256-c8dnDXZ5K8hjHWq/AjsPFJlamuuasz7mQS5iIBjWCG0=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-mgw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-mgw";
version = "1.12.2";
version = "1.13.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-mgw";
rev = version;
hash = "sha256-RE16qzL8CXjGzoDniB8gBF0fsIaWzDuIvpdQ/5vUdug=";
hash = "sha256-j0BYONYFU/TjYcxgP2b+tIm2ybWW/ta+ePy3LkrCWHA=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-msc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-msc";
version = "1.11.1";
version = "1.12.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-msc";
rev = version;
hash = "sha256-JsfZUkXCpyLucaj0NL+MRCr2sWSCbuZRsipi4O7kFRQ=";
hash = "sha256-3yQKboodOBc55R6CdvqSFSwQpstvCVvtZMn7gFKASmI=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-pcu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-pcu";
version = "1.4.0";
version = "1.5.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-pcu";
rev = version;
hash = "sha256-rE5/wtzABEd6OVSRVrBvIJuo/CSfK19nf7tm+QQzljY=";
hash = "sha256-deFUitxcg0G3dXY13BqgqToJrB2FBEU/YE2yKxyaMvk=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-sgsn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-sgsn";
version = "1.11.1";
version = "1.12.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-sgsn";
rev = version;
hash = "sha256-obslARttKN+ut1ubIQ7zsL3/mnXK/AUoJeBnRJoPoZ0=";
hash = "sha256-7roXf5+jZNtx9ZfPYIs5kojiTIHsGGh180cc7uv6hdk=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-sip-connector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-sip-connector";
version = "1.6.3";
version = "1.7.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-sip-connector";
rev = version;
hash = "sha256-5+bNqdQuobCwy99BLTIWLLNIpirMcb8w1xnIew5a9WE=";
hash = "sha256-rQzx3/XmhdXEPEuMsvgs39ELJaCX1DbeEJg3YbY4wdI=";
};

postPatch = ''
Expand Down