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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user