libosmo-sccp: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-10-24 12:20:49 +00:00
parent 6c5458cf32
commit 8bc8bdc561

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libosmo-sccp";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-sccp";
rev = version;
hash = "sha256-icEyI0zgsiBfawcNW8IarVPj0VNxzsev2W+cRGPev7Y=";
hash = "sha256-GrC++v7PCAnaEtMFt+el/ct2g+/9Axev04g/jMIGyOQ=";
};
configureFlags = [ "--with-systemdsystemunitdir=$out" ];