mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
pango: fix update version policy
https://gitlab.gnome.org/GNOME/pango#versioning
This commit is contained in:
parent
b1aadc36ba
commit
3f6f7d6add
@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
# 1.90 is alpha for API 2.
|
||||
freeze = "1.90.0";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user