btar: updating to 1.1

This commit is contained in:
Lluís Batlle i Rossell 2012-07-29 14:12:39 +02:00
parent 2a12fe8f8b
commit 855e5dc05a

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, librsync }:
stdenv.mkDerivation rec {
name = "btar-1.0.1";
name = "btar-1.1";
src = fetchurl {
url = "http://vicerveza.homeunix.net/~viric/soft/btar/${name}.tar.gz";
sha256 = "141mqrghqmms6zpbwn9bw98q4rkxfyly950jh8hajq9d2fk5qyn1";
sha256 = "17vkccv2b7mz1pj5zmnapjkx9aykzb6xf5wibwhn8da6kn7qwnnj";
};
buildInputs = [ librsync ];