bacula: fix version mismatch between name and src attribute
Commit 207443b1849e7b1ce65059d2fdad81db04cc75d8 ("upgrade bacula") updated the backula version in the src attribute but forgot to update the version number in the name attribute.
This commit is contained in:
parent
07bd695e45
commit
2c4d695a1b
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, sqlite, zlib, acl, ncurses, openssl, readline}:
|
{stdenv, fetchurl, sqlite, zlib, acl, ncurses, openssl, readline}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bacula-5.0.3";
|
name = "bacula-5.2.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/bacula/bacula-5.2.13.tar.gz;
|
url = mirror://sourceforge/bacula/bacula-5.2.13.tar.gz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user