Merge branch 'oauth-fixes' of gitlab.uniworx.de:fradrive/fradrive into oauth-fixes

This commit is contained in:
Sarah Vaupel 2024-06-23 04:32:49 +02:00
commit 55be882d77
2 changed files with 3 additions and 3 deletions

View File

@ -593,12 +593,12 @@
"rev": "9f8d26371d4760f8985e7bbe00c3ac16be1301bc", "rev": "9f8d26371d4760f8985e7bbe00c3ac16be1301bc",
"revCount": 5208, "revCount": 5208,
"type": "git", "type": "git",
"url": "https://gitlab.uniworx.de/haskell/yesod.git" "url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
}, },
"original": { "original": {
"ref": "uni2work", "ref": "uni2work",
"type": "git", "type": "git",
"url": "https://gitlab.uniworx.de/haskell/yesod.git" "url": "https://gitlab.uniworx.de/haskell/yesod.git?commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7"
} }
}, },
"zip-stream": { "zip-stream": {

View File

@ -73,7 +73,7 @@
flake = false; flake = false;
}; };
yesod = { yesod = {
url = "git+https://gitlab.uniworx.de/haskell/yesod.git?ref=uni2work"; url = "git+https://gitlab.uniworx.de/haskell/yesod.git?ref=uni2work&commit=aa671eb41fdad360f2f7cb844f8de03479efe3f7";
flake = false; flake = false;
}; };
# TODO: does not function due to missing dependencies in snapshot # TODO: does not function due to missing dependencies in snapshot