From 3ac34c78179be13f11a81e80aa6d40de7c0bd8cb Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 8 Apr 2022 18:57: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, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d47f33ffc1..cf6f74ccc4 100644 --- a/flake.lock +++ b/flake.lock @@ -209,15 +209,16 @@ "nix-tools": { "flake": false, "locked": { - "lastModified": 1644395812, - "narHash": "sha256-BVFk/BEsTLq5MMZvdy3ZYHKfaS3dHrsKh4+tb5t5b58=", + "lastModified": 1649400552, + "narHash": "sha256-k3rz+16TZZP2D5gxn+C7XRc8vbuDJJuuobvgUJCjmfI=", "owner": "input-output-hk", "repo": "nix-tools", - "rev": "d847c63b99bbec78bf83be2a61dc9f09b8a9ccc1", + "rev": "b9ff707b480bc50c0d61273b77ae5e5782f6e99b", "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 9165746764..905287fd39 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ flake = false; }; nix-tools = { - url = "github:input-output-hk/nix-tools"; + url = "github:input-output-hk/nix-tools/hkm/fix-hackage-sigs"; flake = false; }; old-ghc-nix = {