libsigcxx.updateScript: freze at 3.0 ABI version

This commit is contained in:
Jan Tojnar 2021-10-14 23:05:45 +02:00
parent 3801cfb22c
commit 4231aad624

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
packageName = pname;
attrPath = "libsigcxx";
versionPolicy = "odd-unstable";
freeze = true;
};
};