bacula: 11.0.0 -> 11.0.1

This commit is contained in:
R. RyanTM 2021-02-09 22:13:04 +00:00
parent 2ed8597999
commit d4184932e2

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "bacula";
version = "11.0.0";
version = "11.0.1";
src = fetchurl {
url = "mirror://sourceforge/bacula/${pname}-${version}.tar.gz";
sha256 = "JmBTwI/wUEytkhu0SYbTX6/dDQG6xvN2odEYTVpztok=";
sha256 = "sha256-Lr2c24hZU8A/Cd8xGA7rfqga67ghz0XJ/cs/z/hSlPU=";
};
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]