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

bareos: 15.2.4 -> 17.2.5
wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
commit 10103d6998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/backup/bareos/default.nix

@ -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 ];

Loading…
Cancel
Save