megatools: 1.10.3 -> 1.11.0

https://megous.com/git/megatools/tree/NEWS?h=1.11.0
This commit is contained in:
zowoq 2022-05-24 09:59:54 +10:00
parent 0f45ffa21b
commit 7ef1df6374

View file

@ -1,48 +1,45 @@
{ lib
, stdenv
, fetchgit
, autoreconfHook
, asciidoc
, docbook_xml_dtd_45
, docbook2x
, libxml2
, meson
, ninja
, pkg-config
, curl
, glib
, fuse
, curl
, glib-networking
, asciidoc
, libxml2
, docbook_xsl
, docbook_xml_dtd_45
, libxslt
, wrapGAppsNoGuiHook
}:
stdenv.mkDerivation rec {
pname = "megatools";
version = "1.10.3";
version = "1.11.0";
src = fetchgit {
url = "https://megous.com/git/megatools";
rev = "5581d06e447b84d0101d36dc96ab72920eec1017";
sha256 = "1fh456kjsmdvpmvklkpi06h720yvhahd4rxa6cm5x818pl44p1r4";
rev = version;
sha256 = "sha256-Q9hMJBQBenufubbmeAw8Q8w+Oo+UcZLWathKNDwTv3s=";
};
nativeBuildInputs = [
asciidoc
autoreconfHook
docbook_xml_dtd_45
docbook_xsl
docbook2x
libxml2
libxslt
meson
ninja
pkg-config
wrapGAppsNoGuiHook
];
buildInputs = [
curl
glib
glib-networking
] ++ lib.optionals stdenv.isLinux [ fuse ];
enableParallelBuilding = true;
strictDeps = true;
meta = with lib; {
description = "Command line client for Mega.co.nz";