Merge pull request #263130 from r-ryantm/auto-update/libosmo-sccp

libosmo-sccp: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2023-10-24 13:34:51 -04:00 committed by GitHub
commit 4b7e9322cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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