Merge pull request #17202 from mimadrid/update/xarchiver-0.5.4.7

xarchiver: 0.5.4.6 -> 0.5.4.7
This commit is contained in:
Joachim F 2016-07-23 20:42:11 +02:00 committed by GitHub
commit 3b317b16df

View file

@ -1,21 +1,21 @@
{ stdenv, fetchFromGitHub, gtk, pkgconfig, intltool }:
stdenv.mkDerivation rec {
version = "0.5.4.6";
version = "0.5.4.7";
name = "xarchiver-${version}";
src = fetchFromGitHub {
owner = "ib";
repo = "xarchiver";
rev = "${name}";
sha256 = "1w6b4cchd4prswrn981a7bkq44ad51xm2qiwlpzy43ynql14q877";
sha256 = "0w9lx8d8r50j48qfhn2r0dlcnwy3pjyy6xjvgpr0qagy5l1q1qj4";
};
buildInputs = [ gtk pkgconfig intltool ];
meta = {
description = "GTK+ frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
homepage = http://sourceforge.net/projects/xarchiver/;
homepage = https://github.com/ib/xarchiver;
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;