xarchiver: 0.5.4.6 -> 0.5.4.7
This commit is contained in:
parent
77a73115cd
commit
2ac6dda96e
@ -1,21 +1,21 @@
|
|||||||
{ stdenv, fetchFromGitHub, gtk, pkgconfig, intltool }:
|
{ stdenv, fetchFromGitHub, gtk, pkgconfig, intltool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.5.4.6";
|
version = "0.5.4.7";
|
||||||
name = "xarchiver-${version}";
|
name = "xarchiver-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ib";
|
owner = "ib";
|
||||||
repo = "xarchiver";
|
repo = "xarchiver";
|
||||||
rev = "${name}";
|
rev = "${name}";
|
||||||
sha256 = "1w6b4cchd4prswrn981a7bkq44ad51xm2qiwlpzy43ynql14q877";
|
sha256 = "0w9lx8d8r50j48qfhn2r0dlcnwy3pjyy6xjvgpr0qagy5l1q1qj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk pkgconfig intltool ];
|
buildInputs = [ gtk pkgconfig intltool ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GTK+ frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
|
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 ];
|
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user