d-spy: Fix updateScript

Odd versions are unstable per https://gitlab.gnome.org/GNOME/d-spy/-/blob/main/NEWS.
This commit is contained in:
Bobby Rong
2024-02-04 22:01:12 +08:00
parent bd4b200c2e
commit d55016ef58
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = "d-spy";
versionPolicy = "odd-unstable";
};
};