Skip to content

Commit

Permalink
Bump hsaml2, saml2-web-sso dependencies. (#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Apr 15, 2024
1 parent 18341fa commit 5e18415
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/wpb6170-bump-hsaml2-dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump hsaml2, saml2-web-sso dependencies.
10 changes: 5 additions & 5 deletions nix/haskell-pins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ let
saml2-web-sso = {
src = fetchgit {
url = "https://github.com/wireapp/saml2-web-sso";
rev = "d50bddadf9bd9a96dd6036dad0e2dda27567ec1a";
sha256 = "sha256-IKovI1h2Wkm3Y7Sz6XsxLOv654SgUasaWsDX6gi9hZw=";
rev = "0cf23a87b140ba5b960a848ecad3976e6fdaac88";
sha256 = "sha256-Gm58Yjt5ZGh74cfEjcZSx6jvwkpFC324xTPLhLS29r0=";
};
};

Expand All @@ -110,9 +110,9 @@ let

hsaml2 = {
src = fetchgit {
url = "https://github.com/wireapp/hsaml2";
rev = "c11ad42e6bd6ef6a1eb298413ab131234b171224";
sha256 = "sha256-OYqIxe+9M8YKUpqJPgOeqOTmez7JdOd351J5NgaHrMY=";
url = "https://github.com/dylex/hsaml2";
rev = "95d9dc7502c2533f7927de00cbc2bd20ad989ace";
sha256 = "sha256-z3s/ZkkCd2ThVBsu72pS/+XygHImuffz/HVy3hkQ6eo=";
};
};

Expand Down
4 changes: 2 additions & 2 deletions services/galley/galley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ library
, resourcet >=1.1
, retry >=0.5
, safe-exceptions >=0.1
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, schema-profunctor
, servant
, servant-client
Expand Down Expand Up @@ -518,7 +518,7 @@ executable galley-integration
, quickcheck-instances
, random
, retry
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, schema-profunctor
, servant-client
, servant-client-core
Expand Down
8 changes: 4 additions & 4 deletions services/spar/spar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ library
, polysemy-wire-zoo
, QuickCheck
, raw-strings-qq
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, servant-multipart
, servant-server
, text
Expand Down Expand Up @@ -372,7 +372,7 @@ executable spar-integration
, random
, raw-strings-qq
, retry
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, servant
, servant-server
, silently
Expand Down Expand Up @@ -465,7 +465,7 @@ executable spar-migrate-data
, imports
, lens
, optparse-applicative
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, spar
, text
, time
Expand Down Expand Up @@ -622,7 +622,7 @@ test-suite spec
, polysemy-plugin
, polysemy-wire-zoo
, QuickCheck
, saml2-web-sso >=0.19
, saml2-web-sso >=0.20
, servant
, servant-openapi3
, spar
Expand Down

0 comments on commit 5e18415

Please sign in to comment.