backblaze-b2: 4.4.0 -> 4.4.1 (#430830)

authored by Nick Cao and committed by GitHub 96362bc3 82d949d4

+2 -2
+2 -2
pkgs/by-name/ba/backblaze-b2/package.nix
··· 11 12 python3Packages.buildPythonApplication rec { 13 pname = "backblaze-b2"; 14 - version = "4.4.0"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "Backblaze"; 19 repo = "B2_Command_Line_Tool"; 20 tag = "v${version}"; 21 - hash = "sha256-SZQilulk+07Ua1n9EbalYyTo/3vxK3MILGkXVthLETw="; 22 }; 23 24 nativeBuildInputs = with python3Packages; [
··· 11 12 python3Packages.buildPythonApplication rec { 13 pname = "backblaze-b2"; 14 + version = "4.4.1"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "Backblaze"; 19 repo = "B2_Command_Line_Tool"; 20 tag = "v${version}"; 21 + hash = "sha256-j+HlwFB9wTL5XNO/IBwBY+z3Qke/6LmLIFr9ZrMPZuA="; 22 }; 23 24 nativeBuildInputs = with python3Packages; [