libosmo-sccp: 1.7.0 -> 1.8.0

This commit is contained in:
Markus Kowalewski 2023-09-16 23:37:58 +02:00
parent c55fa611e2
commit 3a67b2b30b

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libosmo-sccp";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmo-sccp";
rev = version;
hash = "sha256-ScJZke9iNmFc9XXqtRjb24ZzKfa5EYws5PDNhcZFb7U=";
hash = "sha256-icEyI0zgsiBfawcNW8IarVPj0VNxzsev2W+cRGPev7Y=";
};
configureFlags = [ "--with-systemdsystemunitdir=$out" ];