Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cloudsmith-cli: 1.2.2 -> 1.2.3

+2 -2
+2 -2
pkgs/development/tools/cloudsmith-cli/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "cloudsmith-cli"; 8 - version = "1.2.2"; 9 format = "wheel"; 10 11 src = fetchPypi { 12 pname = "cloudsmith_cli"; 13 inherit format version; 14 - hash = "sha256-gXbjmnMBx5FuJfWD+jW1KOpNEYit6oqhympN8qwqYlU="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "cloudsmith-cli"; 8 + version = "1.2.3"; 9 format = "wheel"; 10 11 src = fetchPypi { 12 pname = "cloudsmith_cli"; 13 inherit format version; 14 + hash = "sha256-MIoRLWk6G8uchQlGOYOsg3XliZ1wMrYSOhAEQrus+fQ="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [