gtksourceviewmm.updateScript: freze at 3.0 ABI version

This commit is contained in:
Jan Tojnar
2021-10-15 00:51:48 +02:00
parent b95348806e
commit 26b4b39f4c
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = "gtksourceviewmm";
versionPolicy = "none";
freeze = true;
};
};