bacula: Remove some duplication to avoid errors when updating.

This commit is contained in:
Shea Levy 2013-02-22 15:24:20 -05:00
parent 2c4d695a1b
commit c3a55db090
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, sqlite, zlib, acl, ncurses, openssl, readline}:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "bacula-5.2.13";
src = fetchurl {
url = mirror://sourceforge/bacula/bacula-5.2.13.tar.gz;
url = "mirror://sourceforge/bacula/${name}.tar.gz";
sha256 = "1n3sc0kd7r0afpyi708y3md0a24rbldnfcdz0syqj600pxcd9gm4";
};