From 81c2d8275bc20b232f9ff1cbee32b9540e242656 Mon Sep 17 00:00:00 2001 From: zeme Date: Thu, 18 Jan 2024 11:04:01 +0100 Subject: [PATCH] Bump IOGX 2024-01-17 --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c46f4d421..d60fece54 100644 --- a/flake.lock +++ b/flake.lock @@ -1684,16 +1684,15 @@ "sphinxcontrib-haddock": "sphinxcontrib-haddock_3" }, "locked": { - "lastModified": 1705569606, - "narHash": "sha256-GR1cPZ7hw3BbcPOy5jDAYv0SSAZo6feFHQq5JluhwF8=", + "lastModified": 1705571486, + "narHash": "sha256-W5K64oz4UzHeoOxaedJrVRtbSSa8P5wcaU45ZASzplE=", "owner": "input-output-hk", "repo": "iogx", - "rev": "70d3e814bc5aa8539c2894023a2f903b131bd291", + "rev": "6eb8822d6e12d1c88b2bf0280b405df0eebe7fe6", "type": "github" }, "original": { "owner": "input-output-hk", - "ref": "custom-precommit-hooks", "repo": "iogx", "type": "github" } diff --git a/flake.nix b/flake.nix index 3907e7882..e607cca53 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs = { iogx = { - url = "github:input-output-hk/iogx?ref=custom-precommit-hooks"; + url = "github:input-output-hk/iogx"; inputs.hackage.follows = "hackage"; inputs.CHaP.follows = "CHaP"; inputs.haskell-nix.follows = "haskell-nix";