libosmo-sigtran: 2.1.2 -> 2.2.1
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user