Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 87e9b49fc785
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f6c9af4bce9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 20, 2020

  1. python27Packages.databricks-cli: 0.11.0 -> 0.14.0

    r-ryantm authored and Jonathan Ringer committed Nov 20, 2020
    Copy the full SHA
    6f6c9af View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/databricks-cli/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/databricks-cli/default.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "databricks-cli";
version = "0.11.0";
version = "0.14.0";

src = fetchPypi {
inherit pname version;
sha256 = "b3c7205dd8cb9935c475794ebd41b53aba79a53e028d3cf6b5871eec83c89ec0";
sha256 = "68e5cdcf4ca26d3c628bca26e44563d58e64d3b2805b9adb94b4006976d9c7e1";
};

checkInputs = [