From 3ac34c78179be13f11a81e80aa6d40de7c0bd8cb Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 8 Apr 2022 18:57:00 +1200 Subject: [PATCH 1/2] 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 = { From 2b36c3fd3ab29f85c392a3d74f7cf777d9abc6cb Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Sat, 9 Apr 2022 01:25:00 +1200 Subject: [PATCH 2/2] 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 = {