mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
xarchiver: 0.5.4.6 -> 0.5.4.7
This commit is contained in:
parent
77a73115cd
commit
2ac6dda96e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue