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: a3b56b98e1b1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8920d1efb139
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2018

  1. awscli: 1.14.47 -> 1.14.50

    Fixes a broken build introduced when botocore was updated in ce34a9a
    spencerjanssen committed Mar 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3c64662 View commit details

Commits on Mar 21, 2018

  1. Merge pull request #37496 from spencerjanssen/awscli-1.14.50

    awscli: 1.14.47 -> 1.14.50
    nlewo authored Mar 21, 2018
    Copy the full SHA
    8920d1e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/awscli/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/awscli/default.nix
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@ let

in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.14.47";
version = "1.14.50";

src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "269483910c820ae5b4f60021375f07e4f1c23f86505e1b9e29243880a660c1d8";
sha256 = "1yiwj7cl9r1k9226mdq6pcmrs044k7p3d133lzgv9rb1dgp4053c";
};

# No tests included