bacula: 9.2.2 -> 9.4.1 (#52924)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions
This commit is contained in:
R. RyanTM 2018-12-27 06:12:54 -08:00 committed by Timo Kaufmann
parent 544e7157b3
commit ebe05a7109

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, sqlite, postgresql, zlib, acl, ncurses, openssl, readline }:
stdenv.mkDerivation rec {
name = "bacula-9.2.2";
name = "bacula-9.4.1";
src = fetchurl {
url = "mirror://sourceforge/bacula/${name}.tar.gz";
sha256 = "0bi2jwvgs2ppdvksx41z69b5r5qr39kasxcgyhd08d6i8z89j87h";
sha256 = "0hpxk0f81yx4p1xndsjbwnj7hvvplqlgrw74gv1scq6krabn2pvb";
};
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]