barman: 3.1.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-12-15 11:57:55 +00:00 committed by Bobby Rong
parent 6685bbdad1
commit 46d6a8f05b

View file

@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.1.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "refs/tags/release/${version}";
sha256 = "sha256-xRyKCpO2eBe5lI0pQW8wUee/5ZMDEo7/FLORrp3Sduk=";
sha256 = "sha256-4mbu3Z48jZQqRft4vkz/x4a7kAOiTrQfnyQpXl3MJn0=";
};
patches = [