Merge pull request #101303 from r-ryantm/auto-update/bacula
bacula: 9.6.5 -> 9.6.6
This commit is contained in:
commit
bf2d0b9b68
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bacula-9.6.5";
|
name = "bacula-9.6.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bacula/${name}.tar.gz";
|
url = "mirror://sourceforge/bacula/${name}.tar.gz";
|
||||||
sha256 = "0yn7qwkzix78bs811vmrn5gbywy7ggnsv72mdjz2lirqc6w3a3si";
|
sha256 = "10c25igfvff09nz5ll8rxc46f659rnwimj1v9cdhr67lwdswk1k2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]
|
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]
|
||||||
|
|
Loading…
Reference in a new issue