From d7cf127c21c3620146a8e4bcb719ed2ef4526e0f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 8 Nov 2023 22:50:26 +0100 Subject: [PATCH] accentor: pin to commit fixing the header issue --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a0507d4d..2c418ed1 100644 --- a/flake.lock +++ b/flake.lock @@ -45,17 +45,17 @@ ] }, "locked": { - "lastModified": 1697317036, - "narHash": "sha256-j3ty/2DopyQjMdeNNo+2yVhaAVrU8p2ctzZP3DZcfWo=", + "lastModified": 1699480173, + "narHash": "sha256-7gCpr2uj2FPLcClnD7Y60h7tZ9WEHBKdPgrQYPzUwn8=", "owner": "accentor", "repo": "api", - "rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef", + "rev": "c410fdc82f747c24555c0e9f39f942720c0e6204", "type": "github" }, "original": { "owner": "accentor", "repo": "api", - "rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef", + "rev": "c410fdc82f747c24555c0e9f39f942720c0e6204", "type": "github" } }, diff --git a/flake.nix b/flake.nix index a583367b..84ae9e0e 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; }; accentor-api = { - url = "github:accentor/api/d36e3dc1d5ffa8baa20a5ad57109172d24926bef"; + url = "github:accentor/api/c410fdc82f747c24555c0e9f39f942720c0e6204"; inputs = { devshell.follows = "devshell"; flake-utils.follows = "flake-utils";