From 1fc43a8727c2b42f32f4c51fe1be4058ae4fba0c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 14 Mar 2024 22:14:53 +0100 Subject: [PATCH] chore: update flake --- flake.lock | 18 ++++++++++++++++++ flake.nix | 8 ++++++++ stack-flake.yaml | 3 ++- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 427561469..4156b15fa 100644 --- a/flake.lock +++ b/flake.lock @@ -516,6 +516,7 @@ "serversession": "serversession", "xss-sanitize": "xss-sanitize", "yesod": "yesod", + "yesod-auth-oauth2": "yesod-auth-oauth2", "zip-stream": "zip-stream" } }, @@ -601,6 +602,23 @@ "url": "https://gitlab.ifi.lmu.de/uni2work/haskell/yesod.git" } }, + "yesod-auth-oauth2": { + "flake": false, + "locked": { + "lastModified": 1698839053, + "narHash": "sha256-SV/Q++AStrVOzQFuugibywiRKT48lUE9xsZ1cQrbGJY=", + "owner": "freckle", + "repo": "yesod-auth-oauth2", + "rev": "11948a65c405f1a99ccb327d328d416e492542a1", + "type": "github" + }, + "original": { + "owner": "freckle", + "ref": "11948a65c405f1a99ccb327d328d416e492542a1", + "repo": "yesod-auth-oauth2", + "type": "github" + } + }, "zip-stream": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 2ecc482e0..b7b2ac007 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,14 @@ url = "git+https://gitlab.ifi.lmu.de/uni2work/haskell/esqueleto.git?ref=uni2work"; flake = false; }; + + yesod-auth-oauth2 = { + type = "github"; + owner = "freckle"; + repo = "yesod-auth-oauth2"; + ref = "11948a65c405f1a99ccb327d328d416e492542a1"; + flake = false; + }; }; outputs = inputs@{ self, nixpkgs, nixpkgs-recent, flake-utils, haskell-nix, ... }: flake-utils.lib.eachSystem ["x86_64-linux"] diff --git a/stack-flake.yaml b/stack-flake.yaml index 09e2dd321..3e41a3f23 100644 --- a/stack-flake.yaml +++ b/stack-flake.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Gregor Kleen ,Sarah Vaupel +# SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel , Gregor Kleen , Sarah Vaupel # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -45,6 +45,7 @@ extra-deps: - @yesod@/yesod-auth - @yesod@/yesod-test - @yesod@/yesod + - @yesod-auth-oauth2@ - @cryptonite@ - @esqueleto@