mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Updating btar.
svn path=/nixpkgs/trunk/; revision=34320
This commit is contained in:
parent
2d85463e7d
commit
0ed3babd16
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue