backblaze-b2: 4.3.1 -> 4.3.2

https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.3.2
This commit is contained in:
FliegendeWurst
2025-05-05 08:09:51 +02:00
parent b096f1698a
commit 689f82147c

View File

@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "4.3.1";
version = "4.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
tag = "v${version}";
hash = "sha256-uWANUb7AV9ADWJ7Ut8qloEhgoXJ62yTSbXrCHVY1tFE=";
hash = "sha256-I6baipQDQft5bi352W9YXFAVuVqIkEqEfmD9iP2LBqs=";
};
nativeBuildInputs = with python3Packages; [