about summary refs log tree commit diff
path: root/pkgs/tools/admin/aws-google-auth
diff options
context:
space:
mode:
authorIgnacio Torres Masdeu <i@itorres.net>2021-03-02 15:56:03 +0000
committerIgnacio Torres Masdeu <i@itorres.net>2021-03-02 15:56:03 +0000
commitc58b2adb60c3a65f9ba34af1e3e19d13633b3f59 (patch)
treeef25db573e2aa2107e69bdee8acdfddcb09889be /pkgs/tools/admin/aws-google-auth
parent8c7c2c31b20c22e45ef64dc6c7404eded5cdd041 (diff)
aws-google-auth: 0.0.36 -> 0.0.37
Diffstat (limited to 'pkgs/tools/admin/aws-google-auth')
-rw-r--r--pkgs/tools/admin/aws-google-auth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/aws-google-auth/default.nix b/pkgs/tools/admin/aws-google-auth/default.nix
index a9a49beda2f33..9330291014d16 100644
--- a/pkgs/tools/admin/aws-google-auth/default.nix
+++ b/pkgs/tools/admin/aws-google-auth/default.nix
@@ -20,7 +20,7 @@
 
 buildPythonApplication rec {
   pname = "aws-google-auth";
-  version = "0.0.36";
+  version = "0.0.37";
 
   # Pypi doesn't ship the tests, so we fetch directly from GitHub
   # https://github.com/cevoaustralia/aws-google-auth/issues/120
@@ -28,7 +28,7 @@ buildPythonApplication rec {
     owner = "cevoaustralia";
     repo = "aws-google-auth";
     rev = version;
-    sha256 = "099r020v33sij2b3816cjp4fpy35c886l559szfxqx6kgy19y9z7";
+    sha256 = "1bh733n4m5rsslpbjvhdigx6768nrvacybkakrm9704d2md9vkqd";
   };
 
   propagatedBuildInputs = [