mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
backblaze-b2: 4.0.1 -> 4.2.0
Diff: https://github.com/Backblaze/B2_Command_Line_Tool/compare/refs/tags/v4.0.1...v4.2.0 Changelog: https://github.com/Backblaze/B2_Command_Line_Tool/blob/v4.2.0/CHANGELOG.md
This commit is contained in:
parent
4d9d042055
commit
b515f2811b
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user