xar: 1.5.2 -> 1.6.1
This commit is contained in:
parent
fa7d449faa
commit
a160f34823
|
@ -1,18 +1,18 @@
|
||||||
{ stdenv, fetchurl, libxml2, openssl, zlib, bzip2 }:
|
{ stdenv, fetchurl, libxml2, openssl, zlib, bzip2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.5.2";
|
version = "1.6.1";
|
||||||
name = "xar-${version}";
|
name = "xar-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://xar.googlecode.com/files/${name}.tar.gz";
|
url = "https://github.com/downloads/mackyle/xar/${name}.tar.gz";
|
||||||
sha256 = "1rp3va6akzlh35yqrapfqnbxaxa0zi8wyr93swbapprwh215cpac";
|
sha256 = "0ghmsbs6xwg1092v7pjcibmk5wkyifwxw6ygp08gfz25d2chhipf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 openssl zlib bzip2 ];
|
buildInputs = [ libxml2 openssl zlib bzip2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://code.google.com/p/xar/;
|
homepage = https://mackyle.github.io/xar/;
|
||||||
description = "Extensible Archiver";
|
description = "Extensible Archiver";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
Loading…
Reference in New Issue