libosmoabis: 1.5.2 -> 1.6.0`

This commit is contained in:
Markus Kowalewski 2024-08-07 22:27:56 +02:00
parent 9d50efa35f
commit f648351baa
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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" ];