From 2b36c3fd3ab29f85c392a3d74f7cf777d9abc6cb Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Sat, 9 Apr 2022 01:25:00 +1200 Subject: [PATCH] Fix the type of signatures in metadata See https://github.com/NixOS/hackage-db/pull/17 --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index cf6f74ccc4..1a1567d156 100644 --- a/flake.lock +++ b/flake.lock @@ -209,16 +209,15 @@ "nix-tools": { "flake": false, "locked": { - "lastModified": 1649400552, - "narHash": "sha256-k3rz+16TZZP2D5gxn+C7XRc8vbuDJJuuobvgUJCjmfI=", + "lastModified": 1649424170, + "narHash": "sha256-XgKXWispvv5RCvZzPb+p7e6Hy3LMuRjafKMl7kXzxGw=", "owner": "input-output-hk", "repo": "nix-tools", - "rev": "b9ff707b480bc50c0d61273b77ae5e5782f6e99b", + "rev": "e109c94016e3b6e0db7ed413c793e2d4bdb24aa7", "type": "github" }, "original": { "owner": "input-output-hk", - "ref": "hkm/fix-hackage-sigs", "repo": "nix-tools", "type": "github" } diff --git a/flake.nix b/flake.nix index 905287fd39..9165746764 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ flake = false; }; nix-tools = { - url = "github:input-output-hk/nix-tools/hkm/fix-hackage-sigs"; + url = "github:input-output-hk/nix-tools"; flake = false; }; old-ghc-nix = {