Unverified Commit 59e8ff16 authored by Bobby Rong's avatar Bobby Rong
Browse files

libshumate: Fix updateScript

We of course should prefer stable release when there is one.
parent d55016ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ stdenv.mkDerivation rec {
  passthru = {
    updateScript = gnome.updateScript {
      packageName = pname;
      versionPolicy = "none";
    };
  };