bacula: 9.6.5 -> 9.6.6

This commit is contained in:
R. RyanTM 2020-10-22 00:22:40 +00:00
parent 8bdf7dc4ab
commit 7fc50eae84

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, sqlite, postgresql, zlib, acl, ncurses, openssl, readline }:
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 ]