python312Packages.b2sdk: 2.5.1 -> 2.6.0; backblaze-b2: 4.0.1 -> 4.2.0 (#355202)

This commit is contained in:
OTABI Tomoya 2024-11-22 09:04:51 +09:00 committed by GitHub
commit df7cef32c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "4.0.1";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
rev = "refs/tags/v${version}";
hash = "sha256-rZUWPSI7CrKOdEKdsSpekwBerbIMf2iiVrWkV8WrqSc=";
hash = "sha256-a0XJq8M1yw4GmD5ndIAJtmHFKqS0rYdvYIxK7t7oyZw=";
};
nativeBuildInputs = with python3Packages; [