d-spy: Fix updateScript
Odd versions are unstable per https://gitlab.gnome.org/GNOME/d-spy/-/blob/main/NEWS.
This commit is contained in:
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "d-spy";
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user