Merge pull request #36470 from ryantm/auto-update/bareos
bareos: 15.2.4 -> 17.2.5
This commit is contained in:
commit
10103d6998
@ -12,14 +12,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bareos-${version}";
|
name = "bareos-${version}";
|
||||||
version = "15.2.4";
|
version = "17.2.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bareos";
|
owner = "bareos";
|
||||||
repo = "bareos";
|
repo = "bareos";
|
||||||
rev = "Release/${version}";
|
rev = "Release/${version}";
|
||||||
name = "${name}-src";
|
name = "${name}-src";
|
||||||
sha256 = "02k6wmr2n12dc6vwda8xczmbqidg6fs8nfg9n2cwwpm3k1a21qnd";
|
sha256 = "1mgh25lhd05m26sq1sj5ir2b4n7560x93ib25cvf9vmmypm1c7pn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user