Unverified Commit 9a492fda authored by Bobby Rong's avatar Bobby Rong
Browse files

libdex: Fix updateScript

0.5.0 is a beta release for GNOME 46.
parent 5d07ac63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {

  passthru.updateScript = gnome.updateScript {
    packageName = "libdex";
    versionPolicy = "odd-unstable";
  };

  meta = with lib; {