From 7a2a14685897676d1fb1a0546889afa5974f53f7 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 8 Nov 2023 22:30:38 +0100 Subject: [PATCH] accentor: pin api to pre-rails 7.1 update For some reason, the rails 7.1 update broke the setting of the content-length header, which doesn't play nice with clients. --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 3140ef59..a0507d4d 100644 --- a/flake.lock +++ b/flake.lock @@ -45,16 +45,17 @@ ] }, "locked": { - "lastModified": 1699180783, - "narHash": "sha256-UUPkAj8W43MWjjK+PXp5Z6G3PFemhwII2k/riexIj8Q=", + "lastModified": 1697317036, + "narHash": "sha256-j3ty/2DopyQjMdeNNo+2yVhaAVrU8p2ctzZP3DZcfWo=", "owner": "accentor", "repo": "api", - "rev": "01f4655d35bcb8b195cedbdaf36a427fbbe30010", + "rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef", "type": "github" }, "original": { "owner": "accentor", "repo": "api", + "rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 3bd38ae3..a583367b 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; }; accentor-api = { - url = "github:accentor/api"; + url = "github:accentor/api/d36e3dc1d5ffa8baa20a5ad57109172d24926bef"; inputs = { devshell.follows = "devshell"; flake-utils.follows = "flake-utils";