Merge pull request #318909 from r-ryantm/auto-update/backblaze-b2

backblaze-b2: 3.19.1 -> 4.0.1
This commit is contained in:
h7x4
2024-06-14 18:32:53 +02:00
committed by GitHub
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "3.19.1";
version = "4.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
rev = "refs/tags/v${version}";
hash = "sha256-/P1cgAC+a2YCcvbsysYdD+fEwibo+GyE0XY4A0+gMh4=";
hash = "sha256-rZUWPSI7CrKOdEKdsSpekwBerbIMf2iiVrWkV8WrqSc=";
};
nativeBuildInputs = with python3Packages; [