Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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