Commit a16378e5 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

oauth2c: 1.16.0 -> 1.17.0

(cherry picked from commit 1ffc3bc1)
parent 48d0b9dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "oauth2c";
  version = "1.16.0";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "cloudentity";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-spD6BEyDwY2Nrk/XOWA+XJA1l7ixN4j6N5m9e8DLg88=";
    hash = "sha256-2EfkNtTbHSa0UZGfYylz0HlyVxGdSJNIUj6682DICSg=";
  };

  vendorHash = "sha256-PdLh/J0HUvr1JjW/ew5PQe9TJNykI4tJhlRoVjRT/hg=";
  vendorHash = "sha256-ZQFIETfiNKyeZuskwNfoTXBy3MSWmG0tDztz0Mm7xJY=";

  doCheck = false; # tests want to talk to oauth2c.us.authz.cloudentity.io