argh. I forgot to increase the btar version number to 1.0.1.
svn path=/nixpkgs/trunk/; revision=34322
This commit is contained in:
parent
a25d4ef702
commit
3ed5283c2d
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, librsync }:
|
{ stdenv, fetchurl, librsync }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "btar-1.0.0";
|
name = "btar-1.0.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 = "141mqrghqmms6zpbwn9bw98q4rkxfyly950jh8hajq9d2fk5qyn1";
|
||||||
|
|
Loading…
Reference in New Issue