Updating btar to latest release.

svn path=/nixpkgs/trunk/; revision=30821
This commit is contained in:
Lluís Batlle i Rossell 2011-12-10 22:00:56 +00:00
parent 4451d32a36
commit 894a3756e5

View File

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