Merge pull request #148739 from r-ryantm/auto-update/barman

barman: 2.15 -> 2.17
This commit is contained in:
Jörg Thalheim 2021-12-05 19:08:47 +00:00 committed by GitHub
commit 2f218ac01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "2.15";
version = "2.17";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "release/${version}";
sha256 = "127cqndg0405rad9jzba1mfhpqmyfa3kx16w345kd4n822w17ak9";
sha256 = "0c4gcs4kglbb2qma4nlvw0ycj1wnsg934p9vs50dvqi9099hxkmb";
};
checkInputs = with python3Packages; [