backblaze-b2: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm 2025-08-04 05:39:37 +00:00
parent 3360ea758b
commit caf4106763

View File

@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "4.4.0";
version = "4.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
tag = "v${version}";
hash = "sha256-SZQilulk+07Ua1n9EbalYyTo/3vxK3MILGkXVthLETw=";
hash = "sha256-j+HlwFB9wTL5XNO/IBwBY+z3Qke/6LmLIFr9ZrMPZuA=";
};
nativeBuildInputs = with python3Packages; [