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

barman: 3.0.1 -> 3.1.0
This commit is contained in:
Christian Kögler 2022-09-15 21:02:40 +02:00 committed by GitHub
commit ddb18ca71d
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 = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "refs/tags/release/${version}";
sha256 = "sha256-e6euOtvJx+xUq5pWmWK6l7nv/twOa+0OABUTYvMd8Ow=";
sha256 = "sha256-xRyKCpO2eBe5lI0pQW8wUee/5ZMDEo7/FLORrp3Sduk=";
};
patches = [