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>2022-05-03 00:49:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-03 00:49:37 +0000
commitb2542b5b05d1e750e2ade0ae339250ec72640e7d (patch)
tree520ab5276596269e361842ee2bae5e71fd466d40 /pkgs/tools/admin/aws-google-auth
parentb521c51c8322c897c0d5cf2168a29ba1e1222d76 (diff)
aws-google-auth: 0.0.37 -> 0.0.38
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 9330291014d16..aa1c77ef68e47 100644
--- a/pkgs/tools/admin/aws-google-auth/default.nix
+++ b/pkgs/tools/admin/aws-google-auth/default.nix
@@ -20,15 +20,15 @@
 
 buildPythonApplication rec {
   pname = "aws-google-auth";
-  version = "0.0.37";
+  version = "0.0.38";
 
   # 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 = "1bh733n4m5rsslpbjvhdigx6768nrvacybkakrm9704d2md9vkqd";
+    rev = "refs/tags/${version}";
+    sha256 = "sha256-/Xe4RDA9sBEsBBV1VP91VX0VfO8alK8L70m9WrB7qu4=";
   };
 
   propagatedBuildInputs = [