Merge pull request #101303 from r-ryantm/auto-update/bacula

bacula: 9.6.5 -> 9.6.6
This commit is contained in:
Mario Rodas 2020-11-02 18:16:17 -05:00 committed by GitHub
commit bf2d0b9b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "bacula-9.6.5";
name = "bacula-9.6.6";
src = fetchurl {
url = "mirror://sourceforge/bacula/${name}.tar.gz";
sha256 = "0yn7qwkzix78bs811vmrn5gbywy7ggnsv72mdjz2lirqc6w3a3si";
sha256 = "10c25igfvff09nz5ll8rxc46f659rnwimj1v9cdhr67lwdswk1k2";
};
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]