Merge remote-tracking branch 'origin/master' into stdenv-updates.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, sqlite, zlib, acl, ncurses, openssl, readline}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bacula-5.0.3";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bacula-5.2.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/bacula/bacula-5.0.3.tar.gz;
|
||||
sha256 = "1d7x6jw5x9ljbdxvcc8k635lsxcbxw9kzjyxf6l4zsdv3275j1cr";
|
||||
url = "mirror://sourceforge/bacula/${name}.tar.gz";
|
||||
sha256 = "1n3sc0kd7r0afpyi708y3md0a24rbldnfcdz0syqj600pxcd9gm4";
|
||||
};
|
||||
|
||||
buildInputs = [ sqlite zlib acl ncurses openssl readline ];
|
||||
|
||||
Reference in New Issue
Block a user