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

Commits on Nov 25, 2019

  1. Copy the full SHA
    1433f5f View commit details
  2. Merge pull request #74108 from r-ryantm/auto-update/aws-google-auth

    aws-google-auth: 0.0.32 -> 0.0.33
    marsam authored Nov 25, 2019
    Copy the full SHA
    0f3cf42 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/aws-google-auth/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/aws-google-auth/default.nix
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@

buildPythonApplication rec {
pname = "aws-google-auth";
version = "0.0.32";
version = "0.0.33";

# Pypi doesn't ship the tests, so we fetch directly from GitHub
# https://github.com/cevoaustralia/aws-google-auth/issues/120
src = fetchFromGitHub {
owner = "cevoaustralia";
repo = "aws-google-auth";
rev = version;
sha256 = "0blsvdkb28g1s3c7f8brjjai7lq9ij76xqr5z6zlxxafc4qqwhh3";
sha256 = "07sisv7b17bpjwikmm9zpxn3l3xpzywsbxi4brri2hdjmjb6p7w7";
};

propagatedBuildInputs = [