Skip to content

Commit df7cef3

Browse files
authored
python312Packages.b2sdk: 2.5.1 -> 2.6.0; backblaze-b2: 4.0.1 -> 4.2.0 (#355202)
2 parents 351d61c + b515f28 commit df7cef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ba/backblaze-b2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
python3Packages.buildPythonApplication rec {
1212
pname = "backblaze-b2";
13-
version = "4.0.1";
13+
version = "4.2.0";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "Backblaze";
1818
repo = "B2_Command_Line_Tool";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-rZUWPSI7CrKOdEKdsSpekwBerbIMf2iiVrWkV8WrqSc=";
20+
hash = "sha256-a0XJq8M1yw4GmD5ndIAJtmHFKqS0rYdvYIxK7t7oyZw=";
2121
};
2222

2323
nativeBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)