backblaze-b2: 1.3.6 -> 1.3.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/backblaze-b2/versions
This commit is contained in:
parent
e0950ae9ad
commit
ce709426ae
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "backblaze-b2";
|
||||
version = "1.3.6";
|
||||
version = "1.3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Backblaze";
|
||||
repo = "B2_Command_Line_Tool";
|
||||
rev = "v${version}";
|
||||
sha256 = "12axb0c56razfhrx1l62sjvdrbg6vz0yyqph2mxyjza1ywpb93b5";
|
||||
sha256 = "1y4z4w6fj92rh9mrjsi0nmnzcmrj5jikarq2vs5qznvjdjm62igw";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ arrow futures logfury requests six tqdm ];
|
||||
|
|
Loading…
Reference in a new issue