borgmatic: 2.0.5 -> 2.0.6

This commit is contained in:
R. Ryantm 2025-05-25 06:52:40 +00:00
parent fec41e7e9e
commit 25d2690f74

View file

@ -15,12 +15,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "2.0.5";
version = "2.0.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jpaTLbDmwcL8ihu8XTD2LsSfmneBpOGSVaRcJyeSSo4=";
hash = "sha256-yxAtD7sKOo0voE8BvfL0HGsnP0L2sc1f0UgXBNt/aQU=";
};
passthru.updateScript = nix-update-script { };