pango: Fix update script

This can probably be updated to 1.51.x.
This commit is contained in:
Bobby Rong
2023-10-06 23:34:49 +08:00
parent 74a418e0fb
commit da45ab16bd
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
packageName = pname;
versionPolicy = "odd-unstable";
# 1.90 is alpha for API 2.
freeze = true;
freeze = "1.90.0";
};
};