We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 351d61c + b515f28 commit df7cef3Copy full SHA for df7cef3
pkgs/by-name/ba/backblaze-b2/package.nix
@@ -10,14 +10,14 @@
10
11
python3Packages.buildPythonApplication rec {
12
pname = "backblaze-b2";
13
- version = "4.0.1";
+ version = "4.2.0";
14
pyproject = true;
15
16
src = fetchFromGitHub {
17
owner = "Backblaze";
18
repo = "B2_Command_Line_Tool";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-rZUWPSI7CrKOdEKdsSpekwBerbIMf2iiVrWkV8WrqSc=";
+ hash = "sha256-a0XJq8M1yw4GmD5ndIAJtmHFKqS0rYdvYIxK7t7oyZw=";
21
};
22
23
nativeBuildInputs = with python3Packages; [
0 commit comments