libosmoabis: 1.5.0 -> 1.5.2

This commit is contained in:
Markus Kowalewski 2024-05-24 22:50:00 +02:00
parent d6c742fe02
commit 0d7ebce286
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.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" ];