meld.updateScript: remove version policy
Stable version was buggy so we are tracking unstable ones.
This commit is contained in:
parent
f3a20a3231
commit
ad182ff274
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
versionPolicy = "none"; # should be odd-unstable but we are tracking unstable versions for now
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue