about summary refs log tree commit diff
path: root/pkgs/tools/admin/aws-google-auth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-01 09:16:22 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-03-01 09:16:22 +0000
commit543c864f23749f00ef6cc8efe3239eb29cc19fee (patch)
treec5a3a4b23fb328ec808f8bef41cd0a0b0de10e76 /pkgs/tools/admin/aws-google-auth
parent21c971a7322ae3f6fde8eb33b49322e384e45fac (diff)
aws-google-auth: 0.0.33 -> 0.0.34
Diffstat (limited to 'pkgs/tools/admin/aws-google-auth')
-rw-r--r--pkgs/tools/admin/aws-google-auth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/aws-google-auth/default.nix b/pkgs/tools/admin/aws-google-auth/default.nix
index e878369f17701..d96eadf0eab59 100644
--- a/pkgs/tools/admin/aws-google-auth/default.nix
+++ b/pkgs/tools/admin/aws-google-auth/default.nix
@@ -19,7 +19,7 @@
 
 buildPythonApplication rec {
   pname = "aws-google-auth";
-  version = "0.0.33";
+  version = "0.0.34";
 
   # Pypi doesn't ship the tests, so we fetch directly from GitHub
   # https://github.com/cevoaustralia/aws-google-auth/issues/120
@@ -27,7 +27,7 @@ buildPythonApplication rec {
     owner = "cevoaustralia";
     repo = "aws-google-auth";
     rev = version;
-    sha256 = "07sisv7b17bpjwikmm9zpxn3l3xpzywsbxi4brri2hdjmjb6p7w7";
+    sha256 = "12c5ssdy870szrizhs4d7dzcpq3hvszjvl8ba60qf1ak5jsr1ay4";
   };
 
   propagatedBuildInputs = [ 
@@ -55,7 +55,7 @@ buildPythonApplication rec {
 
   meta = with lib; {
     description = "Acquire AWS STS (temporary) credentials via Google Apps SAML Single Sign On";
-    homepage = https://github.com/cevoaustralia/aws-google-auth;
+    homepage = "https://github.com/cevoaustralia/aws-google-auth";
     maintainers = [ maintainers.marsam ];
     license = licenses.mit;
   };