libshumate: Fix updateScript

We of course should prefer stable release when there is one.
This commit is contained in:
Bobby Rong
2024-02-04 22:01:13 +08:00
parent d55016ef58
commit 59e8ff163a
@@ -79,7 +79,6 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "none";
};
};