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

bacula: 9.4.2 -> 9.4.3
This commit is contained in:
Renaud 2019-05-06 22:33:22 +02:00 committed by GitHub
commit 7c93bbec22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, sqlite, postgresql, zlib, acl, ncurses, openssl, readline }:
stdenv.mkDerivation rec {
name = "bacula-9.4.2";
name = "bacula-9.4.3";
src = fetchurl {
url = "mirror://sourceforge/bacula/${name}.tar.gz";
sha256 = "1878jk541b8gvqbh15f0k3bvki1mx02q8mxnxhn9fdc1qk9083d4";
sha256 = "07ablpfc4q7yr6hmff21dssqpg8gvvq2xfnfs9s3danwc321rd2g";
};
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]