Skip to content

Commit

Permalink
dex-oidc: 2.39.0 -> 2.39.1 (NixOS#302821)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Apr 10, 2024
1 parent d715ca1 commit 6347cd2
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.39.0";
version = "2.39.1";

src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-edU9jRvGRRmm46UuQ7GlapQ+4AGjy/5gFn5mU9HJjd0=";
sha256 = "sha256-+P3KYowZmtgZP3i0D+GFaAqgWDqJ8sxI4LyDUOM+J38=";
};

vendorHash = "sha256-vG82gW3AXYDND0JmzxJqqHgvxk4ey6yIXadwL0zPHD4=";
vendorHash = "sha256-NQXsptpRNgRuEeh2ft/dbqcZqO/d1KZ19wc/7To0xCM=";

subPackages = [
"cmd/dex"
Expand Down

0 comments on commit 6347cd2

Please sign in to comment.