3
0
Fork 0
forked from mirrors/nixpkgs

argh. I forgot to increase the btar version number to 1.0.1.

svn path=/nixpkgs/trunk/; revision=34322
This commit is contained in:
Lluís Batlle i Rossell 2012-06-02 17:58:46 +00:00
parent a25d4ef702
commit 3ed5283c2d

View file

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