Loading pkgs/desktops/mate/mozo/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ glib, wrapGAppsHook3, gobject-introspection, mateUpdateScript, gitUpdater, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec { doCheck = false; src = fetchurl { url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/mozo-${version}.tar.xz"; sha256 = "/piYT/1qqMNtBZS879ugPeObQtQeAHJRaAOE8870SSQ="; }; Loading @@ -43,7 +43,11 @@ python3.pkgs.buildPythonApplication rec { enableParallelBuilding = true; passthru.updateScript = mateUpdateScript { inherit pname; }; passthru.updateScript = gitUpdater { url = "https://git.mate-desktop.org/mozo"; odd-unstable = true; rev-prefix = "v"; }; meta = { description = "MATE Desktop menu editor"; Loading Loading
pkgs/desktops/mate/mozo/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ glib, wrapGAppsHook3, gobject-introspection, mateUpdateScript, gitUpdater, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec { doCheck = false; src = fetchurl { url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/mozo-${version}.tar.xz"; sha256 = "/piYT/1qqMNtBZS879ugPeObQtQeAHJRaAOE8870SSQ="; }; Loading @@ -43,7 +43,11 @@ python3.pkgs.buildPythonApplication rec { enableParallelBuilding = true; passthru.updateScript = mateUpdateScript { inherit pname; }; passthru.updateScript = gitUpdater { url = "https://git.mate-desktop.org/mozo"; odd-unstable = true; rev-prefix = "v"; }; meta = { description = "MATE Desktop menu editor"; Loading