pango: Fix update script
This can probably be updated to 1.51.x.
This commit is contained in:
parent
74a418e0fb
commit
da45ab16bd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue