bareos: 17.2.5 -> 17.2.7 (#45846)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from bareos
This commit is contained in:
parent
b8b71e26ed
commit
aba6305f41
@ -12,14 +12,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bareos-${version}";
|
name = "bareos-${version}";
|
||||||
version = "17.2.5";
|
version = "17.2.7";
|
||||||
|
|
||||||
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 = "1mgh25lhd05m26sq1sj5ir2b4n7560x93ib25cvf9vmmypm1c7pn";
|
sha256 = "1awf5i4mw2nfd7z0dmqnywapnx9nz6xwqv8rxp0y2mnrhzdpbrbz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user