Updating btar to latest release.
svn path=/nixpkgs/trunk/; revision=30821
This commit is contained in:
parent
4451d32a36
commit
894a3756e5
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue