From 22592ecd2901c162f5ef6f5bb53f3caa328c69c0 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Mon, 20 Feb 2023 08:54:44 +0000
Subject: [PATCH] tasty-hedgehog:
 github:locallycompact/tasty-hedgehog/4a3477578ed21aa82e5b74f387d08e5d750635d6
 -> 1.4.0.0

---
 horizon.dhall           |  6 +-----
 pkgs/tasty-hedgehog.nix | 10 ++--------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/horizon.dhall b/horizon.dhall
index ca11062c..60dd1223 100644
--- a/horizon.dhall
+++ b/horizon.dhall
@@ -1062,11 +1062,7 @@ let packages =
       , tasty-discover = H.callHackage "tasty-discover" "5.0.0"
       , tasty-expected-failure = H.callHackage "tasty-expected-failure" "0.12.3"
       , tasty-golden = H.callHackage "tasty-golden" "2.3.5"
-      , tasty-hedgehog =
-          H.callGit
-            "https://github.com/locallycompact/tasty-hedgehog"
-            "4a3477578ed21aa82e5b74f387d08e5d750635d6"
-            (None Text)
+      , tasty-hedgehog = H.callHackage "tasty-hedgehog" "1.4.0.0"
       , tasty-hslua = H.callHackage "tasty-hslua" "1.0.2"
       , tasty-hspec = H.callHackage "tasty-hspec" "1.2.0.1"
       , tasty-hunit =
diff --git a/pkgs/tasty-hedgehog.nix b/pkgs/tasty-hedgehog.nix
index 1e90fd97..c22de81d 100644
--- a/pkgs/tasty-hedgehog.nix
+++ b/pkgs/tasty-hedgehog.nix
@@ -1,6 +1,5 @@
 { mkDerivation
 , base
-, fetchgit
 , hedgehog
 , lib
 , tagged
@@ -9,13 +8,8 @@
 }:
 mkDerivation {
   pname = "tasty-hedgehog";
-  version = "1.2.0.0";
-  src = fetchgit {
-    url = "https://github.com/locallycompact/tasty-hedgehog";
-    sha256 = "1ql4wsah4zz2dizakgh3lfgbbq9c3c6nmypcp6fl3i96pbdj2bh5";
-    rev = "4a3477578ed21aa82e5b74f387d08e5d750635d6";
-    fetchSubmodules = true;
-  };
+  version = "1.4.0.0";
+  sha256 = "93e4009389a7c14a37e9195ff8a96b739438543e2d408d089eebec6e715c9cbd";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
-- 
GitLab