pango: Fix update script

This can probably be updated to 1.51.x.
This commit is contained in:
Bobby Rong 2023-08-26 19:41:21 +08:00
parent 74a418e0fb
commit da45ab16bd
No known key found for this signature in database

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";
};
};