Merge pull request #36470 from ryantm/auto-update/bareos

bareos: 15.2.4 -> 17.2.5
This commit is contained in:
Matthew Justin Bauer 2018-03-23 14:31:43 -05:00 committed by GitHub
commit 10103d6998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ let
in
stdenv.mkDerivation rec {
name = "bareos-${version}";
version = "15.2.4";
version = "17.2.5";
src = fetchFromGitHub {
owner = "bareos";
repo = "bareos";
rev = "Release/${version}";
name = "${name}-src";
sha256 = "02k6wmr2n12dc6vwda8xczmbqidg6fs8nfg9n2cwwpm3k1a21qnd";
sha256 = "1mgh25lhd05m26sq1sj5ir2b4n7560x93ib25cvf9vmmypm1c7pn";
};
nativeBuildInputs = [ pkgconfig ];