libosmo-sccp: 1.8.1 -> 1.8.2

This commit is contained in:
Markus Kowalewski 2024-05-24 22:49:17 +02:00
parent 5a9159a5b8
commit d6c742fe02
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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