Skip to content

Commit

Permalink
megatools: 1.10.2 -> 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 16, 2020
1 parent e14c4ba commit dc85a2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/networking/megatools/default.nix
@@ -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 }:

stdenv.mkDerivation rec {
pname = "megatools";
version = "1.10.2";
version = "1.10.3";

src = fetchgit {
url = "https://megous.com/git/megatools";
rev = version;
sha256 = "001hw8j36ld03wwaphq3xdaazf2dpl36h84k8xmk524x8vlia8lk";
rev = "5581d06e447b84d0101d36dc96ab72920eec1017";
sha256 = "1fh456kjsmdvpmvklkpi06h720yvhahd4rxa6cm5x818pl44p1r4";
};

nativeBuildInputs = [
autoreconfHook pkgconfig wrapGAppsHook asciidoc libxml2
autoreconfHook pkg-config wrapGAppsHook asciidoc libxml2
docbook_xsl docbook_xml_dtd_45 libxslt
];
buildInputs = [ glib glib-networking curl ]
Expand Down

0 comments on commit dc85a2e

Please sign in to comment.