Skip to content

Commit

Permalink
dex-oidc: 2.34.0 -> 2.35.1 (#194242)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Oct 6, 2022
1 parent f65793f commit 5d533d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "dex";
version = "2.34.0";
version = "2.35.1";

src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OML1DMIuFzoIyXtWxZW+lE/yU0B+7gx61v9CTb6MNmM=";
sha256 = "sha256-TiFjJCf9FBvVK6I7/zMOGCwOeVDbAwHWaizcbGSeTwA=";
};

vendorSha256 = "sha256-qMkU4OQtoOYFF9vexZ+SH0E/4xo+WARIqQrbsMPm/C8=";
vendorSha256 = "sha256-ZJ7SO0lCJcDDWdf9/ecltNhs+zbqMXHqthQszJBTt5s=";

subPackages = [
"cmd/dex"
Expand Down

0 comments on commit 5d533d4

Please sign in to comment.