meld.updateScript: remove version policy

Stable version was buggy so we are tracking unstable ones.
This commit is contained in:
Jan Tojnar 2021-10-15 00:27:00 +02:00
parent f3a20a3231
commit ad182ff274

View file

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