Updating btar.

svn path=/nixpkgs/trunk/; revision=34320
This commit is contained in:
Lluís Batlle i Rossell 2012-06-02 16:39:58 +00:00
parent 2d85463e7d
commit 0ed3babd16

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, librsync }:
stdenv.mkDerivation rec {
name = "btar-0.9.2";
name = "btar-1.0.0";
src = fetchurl {
url = "http://vicerveza.homeunix.net/~viric/soft/btar/${name}.tar.gz";
sha256 = "113l5qn3qizxnv2r0w8awnm9agjsmf39fl5w9gcvrxqy021f2jd9";
sha256 = "0k06zgwccxhzh4y99cxiwr7zylr5cwzf2dgx8bvx0gbb03r6gh9l";
};
buildInputs = [ librsync ];