libosmo-sigtran: 2.0.1 -> 2.1.0

This commit is contained in:
Markus Kowalewski
2025-02-23 12:22:57 +01:00
parent 02a44e3866
commit e3e6c4bf7c
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libosmo-sigtran";
version = "2.0.1";
version = "2.1.0";
# fetchFromGitea hangs
src = fetchgit {
url = "https://gitea.osmocom.org/osmocom/libosmo-sigtran.git";
rev = version;
hash = "sha256-tNSe5FFietdjl80hhQntsdgG90CP7z7RWyTpGhsApt0=";
hash = "sha256-/MUFTo5Uo60CZV0ZTDVLVgEXrNw9kX5gafq7rJb82Do=";
};
configureFlags = [ "--with-systemdsystemunitdir=$out" ];