xarchiver: 0.5.4.6 -> 0.5.4.7

This commit is contained in:
mimadrid 2016-07-23 13:18:42 +02:00
parent 77a73115cd
commit 2ac6dda96e
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

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;