Mario Rodas 2023-07-30 04:20:00 +00:00
parent 8343c48f76
commit 9d1f56beda

View file

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.4.0";
version = "3.7.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "refs/tags/release/${version}";
hash = "sha256-K5y5C+K/fMhgOcSsCMaIgY6ce9UUPszoyumsfNHKjBo=";
hash = "sha256-5mecCg5c+fu6WUgmNEL4BR+JCild02YAuYgLwO1MGnI=";
};
patches = [