barman: 3.1.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2023-01-10 23:57:41 +08:00
committed by Bobby Rong
parent 6685bbdad1
commit 46d6a8f05b
+2 -2
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 = [