lol

backblaze-b2: 3.5.0 -> 3.6.0

+3 -2
+3 -2
pkgs/development/tools/backblaze-b2/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "backblaze-b2"; 5 - version = "3.5.0"; 6 7 src = python3Packages.fetchPypi { 8 inherit version; 9 pname = "b2"; 10 - sha256 = "sha256-vyqExulsV0wDijLotPO3RAOk9o4ne0Vq74KJKhSBrvo="; 11 }; 12 13 postPatch = '' ··· 32 33 checkInputs = with python3Packages; [ 34 backoff 35 pytestCheckHook 36 ]; 37
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "backblaze-b2"; 5 + version = "3.6.0"; 6 7 src = python3Packages.fetchPypi { 8 inherit version; 9 pname = "b2"; 10 + sha256 = "sha256-qHnnUTSLY1yncqIjG+IMLoNauvgwU04qsvH7dZZ8AlI="; 11 }; 12 13 postPatch = '' ··· 32 33 checkInputs = with python3Packages; [ 34 backoff 35 + more-itertools 36 pytestCheckHook 37 ]; 38