goocanvas.updateScript: freeze ABI at 1.0
Also correct the version policy.
This commit is contained in:
parent
7f0259b4c8
commit
2c39b38b6e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
|||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "none";
|
||||
versionPolicy = "odd-unstable";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue