From 43041eed6e55dd9acc482d16bfdede1725725912 Mon Sep 17 00:00:00 2001 From: eikek <701128+eikek@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:14:54 +0200 Subject: [PATCH] Update tapir and flake (#178) --- flake.lock | 28 ++++++++++++++-------------- flake.nix | 2 +- project/Dependencies.scala | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index d56652fa..e3f20685 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1716363410, - "narHash": "sha256-foFNeJze5WIoUt2bI7YWXwj1alWIgTLj9/oXwuB4t3Q=", + "lastModified": 1722583959, + "narHash": "sha256-kVUt/343GJK4eJdi0WDCe0JR+B1uRxJQgU9eAFv5wuE=", "owner": "eikek", "repo": "devshell-tools", - "rev": "3e5537f07f29bca461525eb2cf7e79c5df5d1680", + "rev": "8781d93bbc9d912410d3e184c99dea3f12974ff0", "type": "github" }, "original": { @@ -24,11 +24,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1709126324, - "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "d465f4819400de7c8d874d50b982301f28a84605", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -57,32 +57,32 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709309926, - "narHash": "sha256-VZFBtXGVD9LWTecGi6eXrE0hJ/mVB3zGUlHImUs2Qak=", + "lastModified": 1721548954, + "narHash": "sha256-7cCC8+Tdq1+3OPyc3+gVo9dzUNkNIQfwSDJ2HSi2u3o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "79baff8812a0d68e24a836df0a364c678089e2c7", + "rev": "63d37ccd2d178d54e7fb691d7ec76000740ea24a", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_2": { "locked": { - "lastModified": 1716361217, - "narHash": "sha256-mzZDr00WUiUXVm1ujBVv6A0qRd8okaITyUp4ezYRgc4=", + "lastModified": 1723008148, + "narHash": "sha256-9XTGiZROpORIcZnmIjYB5ro4fBiLwsVO0kdTE1vFFbQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "46397778ef1f73414b03ed553a3368f0e7e33c2f", + "rev": "1cc2864e95f04094ffea7fdef32530fded0b4cf8", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "release-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f763a0fe..699be133 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; flake-utils.url = "github:numtide/flake-utils"; devshell-tools.url = "github:eikek/devshell-tools"; }; diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6b14aef5..ca248bf0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,8 +24,8 @@ object Dependencies { val scodec = "2.2.2" val scodecBits = "1.2.0" val scribe = "3.15.0" - val sttpApiSpec = "0.10.0" - val tapir = "1.10.13" + val sttpApiSpec = "0.11.2" + val tapir = "1.10.15" val jwtScala = "10.0.1"; }