megatools: 1.9.97 -> 1.9.98

Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
Lluís Batlle i Rossell 2017-02-27 22:37:39 +01:00
parent 9e7ce9010c
commit 40b9506139
No known key found for this signature in database
GPG key ID: 788610659259C371

View file

@ -1,17 +1,17 @@
{ stdenv, fetchurl, pkgconfig, glib, fuse, curl, glib_networking, gsettings_desktop_schemas
, makeWrapper }:
, asciidoc, makeWrapper }:
stdenv.mkDerivation rec {
name = "megatools-${version}";
version = "1.9.97";
version = "1.9.98";
src = fetchurl {
url = "http://megatools.megous.com/builds/${name}.tar.gz";
sha256 = "1wssf8f2ndh43sdzcfc644azqa7bjppl3b9s26mz1pjswmpca5ik";
sha256 = "0vx1farp0dpg4zwvxdbfdnzjk9qx3sn109p1r1zl3g3xsaj221cv";
};
buildInputs = [ pkgconfig glib fuse curl makeWrapper
gsettings_desktop_schemas ];
gsettings_desktop_schemas asciidoc ];
postInstall = ''
for i in $(find $out/bin/ -type f); do