backblaze-b2: 3.18.0 -> 3.19.1

This commit is contained in:
Danielle Lancashire
2024-05-01 23:28:53 +02:00
parent 9859573850
commit 781f3d03d4
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "3.18.0";
version = "3.19.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
rev = "refs/tags/v${version}";
hash = "sha256-1UXByc3jjp8GN7+aI2GBohJ0DFxgp604QOsXp5GaL4Q=";
hash = "sha256-/P1cgAC+a2YCcvbsysYdD+fEwibo+GyE0XY4A0+gMh4=";
};
nativeBuildInputs = [