From e0b36b11c3136752320ea2680f1fbb6790a25b5f Mon Sep 17 00:00:00 2001 From: uakci Date: Mon, 7 Nov 2022 13:46:21 +0100 Subject: pin toaq-dictionary to a revision pre-coindexation --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5bee353..4479b09 100644 --- a/flake.lock +++ b/flake.lock @@ -78,17 +78,17 @@ "toaq-dictionary": { "flake": false, "locked": { - "lastModified": 1660491489, - "narHash": "sha256-H/e9i0Y6ugFQhqKxasJQoSBlSNU8xUOuF5H/vpxnTiQ=", + "lastModified": 1660135967, + "narHash": "sha256-4HiO4CfXD6dTrnHtOhGcqX2bNNMf+aq2NHQB+0iNXFY=", "owner": "toaq", "repo": "dictionary", - "rev": "aa22bbb6b5e4b898143b3a66bfee9890a640aca5", + "rev": "31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9", "type": "github" }, "original": { "owner": "toaq", - "ref": "master", "repo": "dictionary", + "rev": "31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 01f564d..c916fcf 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ flake-utils.url = "github:numtide/flake-utils/master"; gomod2nix.url = "github:tweag/gomod2nix/master"; toaq-dictionary = { - url = "github:toaq/dictionary/master"; + url = "github:toaq/dictionary?rev=31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9"; flake = false; }; zugai = { -- cgit v1.2.3