libosmo-sigtran: 2.1.2 -> 2.2.1

This commit is contained in:
Markus Kowalewski
2026-04-06 22:46:10 +02:00
parent 8f0f32cc29
commit 3d21962d2b
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libosmo-sigtran";
version = "2.1.2";
version = "2.2.1";
# fetchFromGitea hangs
src = fetchgit {
url = "https://gitea.osmocom.org/osmocom/libosmo-sigtran.git";
rev = finalAttrs.version;
hash = "sha256-/TxD7lc/htm1c24rKfnlYxGsVpxawi3nh7m34mRRhUA=";
hash = "sha256-EBBSoSX5tImTLRP7Klhjj/YM8+4RyyJClymIXQK8DgE=";
};
configureFlags = [ "--with-systemdsystemunitdir=$out" ];