btar: updating to 1.1
This commit is contained in:
parent
2a12fe8f8b
commit
855e5dc05a
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, librsync }:
|
{ stdenv, fetchurl, librsync }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "btar-1.0.1";
|
name = "btar-1.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://vicerveza.homeunix.net/~viric/soft/btar/${name}.tar.gz";
|
url = "http://vicerveza.homeunix.net/~viric/soft/btar/${name}.tar.gz";
|
||||||
sha256 = "141mqrghqmms6zpbwn9bw98q4rkxfyly950jh8hajq9d2fk5qyn1";
|
sha256 = "17vkccv2b7mz1pj5zmnapjkx9aykzb6xf5wibwhn8da6kn7qwnnj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ librsync ];
|
buildInputs = [ librsync ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user