meld.updateScript: remove version policy

Stable version was buggy so we are tracking unstable ones.

+1 -1
+1 -1
pkgs/applications/version-management/meld/default.nix
··· 59 59 passthru = { 60 60 updateScript = gnome.updateScript { 61 61 packageName = pname; 62 - versionPolicy = "odd-unstable"; 62 + versionPolicy = "none"; # should be odd-unstable but we are tracking unstable versions for now 63 63 }; 64 64 }; 65 65