Loading pkgs/desktops/mate/mate-menus/default.nix +13 −6 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchFromGitHub, autoconf-archive, autoreconfHook, pkg-config, gettext, glib, gobject-introspection, mate-common, python3, mateUpdateScript, }: stdenv.mkDerivation rec { pname = "mate-menus"; version = "1.28.0"; version = "1.28.1"; src = fetchurl { url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; sha256 = "z0DHXH1vCq0dSWmCj8YgJcYiK8aoTwu51urX5FlwUI0="; src = fetchFromGitHub { owner = "mate-desktop"; repo = "mate-menus"; tag = "v${version}"; hash = "sha256-GAc9DPsXdswmyNKlbY6cyHBWO2OSKCBygtzttNHN/p4="; }; nativeBuildInputs = [ autoconf-archive autoreconfHook pkg-config gettext gobject-introspection mate-common # mate-common.m4 macros ]; buildInputs = [ Loading Loading
pkgs/desktops/mate/mate-menus/default.nix +13 −6 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchFromGitHub, autoconf-archive, autoreconfHook, pkg-config, gettext, glib, gobject-introspection, mate-common, python3, mateUpdateScript, }: stdenv.mkDerivation rec { pname = "mate-menus"; version = "1.28.0"; version = "1.28.1"; src = fetchurl { url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; sha256 = "z0DHXH1vCq0dSWmCj8YgJcYiK8aoTwu51urX5FlwUI0="; src = fetchFromGitHub { owner = "mate-desktop"; repo = "mate-menus"; tag = "v${version}"; hash = "sha256-GAc9DPsXdswmyNKlbY6cyHBWO2OSKCBygtzttNHN/p4="; }; nativeBuildInputs = [ autoconf-archive autoreconfHook pkg-config gettext gobject-introspection mate-common # mate-common.m4 macros ]; buildInputs = [ Loading