megatools: 1.10.2 -> 1.10.3
This commit is contained in:
parent
e14c4ba970
commit
dc85a2e584
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, glib, fuse, curl, glib-networking
|
{ stdenv, fetchgit, autoreconfHook, pkg-config, glib, fuse, curl, glib-networking
|
||||||
, asciidoc, libxml2, docbook_xsl, docbook_xml_dtd_45, libxslt, wrapGAppsHook }:
|
, asciidoc, libxml2, docbook_xsl, docbook_xml_dtd_45, libxslt, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "megatools";
|
pname = "megatools";
|
||||||
version = "1.10.2";
|
version = "1.10.3";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://megous.com/git/megatools";
|
url = "https://megous.com/git/megatools";
|
||||||
rev = version;
|
rev = "5581d06e447b84d0101d36dc96ab72920eec1017";
|
||||||
sha256 = "001hw8j36ld03wwaphq3xdaazf2dpl36h84k8xmk524x8vlia8lk";
|
sha256 = "1fh456kjsmdvpmvklkpi06h720yvhahd4rxa6cm5x818pl44p1r4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook pkgconfig wrapGAppsHook asciidoc libxml2
|
autoreconfHook pkg-config wrapGAppsHook asciidoc libxml2
|
||||||
docbook_xsl docbook_xml_dtd_45 libxslt
|
docbook_xsl docbook_xml_dtd_45 libxslt
|
||||||
];
|
];
|
||||||
buildInputs = [ glib glib-networking curl ]
|
buildInputs = [ glib glib-networking curl ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user