Merge pull request #107720 from freezeboy/update-bacula
bacula: 9.6.6 -> 11.0.0
This commit is contained in:
commit
a588b71b37
@ -3,11 +3,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bacula-9.6.6";
|
pname = "bacula";
|
||||||
|
version = "11.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bacula/${name}.tar.gz";
|
url = "mirror://sourceforge/bacula/${pname}-${version}.tar.gz";
|
||||||
sha256 = "10c25igfvff09nz5ll8rxc46f659rnwimj1v9cdhr67lwdswk1k2";
|
sha256 = "JmBTwI/wUEytkhu0SYbTX6/dDQG6xvN2odEYTVpztok=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]
|
buildInputs = [ postgresql sqlite zlib ncurses openssl readline ]
|
||||||
@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Enterprise ready, Network Backup Tool";
|
description = "Enterprise ready, Network Backup Tool";
|
||||||
homepage = "http://bacula.org/";
|
homepage = "http://bacula.org/";
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ agpl3Only bsd2 ];
|
||||||
maintainers = with maintainers; [ domenkozar lovek323 eleanor ];
|
maintainers = with maintainers; [ domenkozar lovek323 eleanor ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user