libgweather: Fix update script downloading wrong version

Previous maintainer released version 40 but the current maintainer decided that it was a bad idea and continued with version 4. This was confusing our update script.
This commit is contained in:
Jan Tojnar
2022-09-27 02:19:25 +02:00
parent a5af361af4
commit 34d4ea2781
@@ -74,6 +74,8 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
# Version 40.alpha preceded version 4.0.
freeze = "40.alpha";
};
};