From 740f3a2cbe84cf1fa40f08022c5eebfc06ba47e3 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Thu, 29 Dec 2022 19:42:45 +0000 Subject: [PATCH] tasty-hunit: fix link --- horizon.dhall | 4 ++-- pkgs/tasty-hunit.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/horizon.dhall b/horizon.dhall index aa3009c7..14c40bea 100644 --- a/horizon.dhall +++ b/horizon.dhall @@ -820,8 +820,8 @@ let packages = , tasty-hspec = H.callHackage "tasty-hspec" "1.2.0.1" , tasty-hunit = H.callGit - "https://github.com/UnkindPartition/tasty-hunit" - "207d3453a64b414593512c1e968171d64a8dbe61" + "https://github.com/UnkindPartition/tasty" + "226c35f468be389536fbb9471904a113d1586da6" (Some "hunit") , tasty-inspection-testing = H.callHackage "tasty-inspection-testing" "0.2" diff --git a/pkgs/tasty-hunit.nix b/pkgs/tasty-hunit.nix index 4fabd0bc..4a1a1fc2 100644 --- a/pkgs/tasty-hunit.nix +++ b/pkgs/tasty-hunit.nix @@ -4,8 +4,8 @@ mkDerivation { version = "0.10.0.2"; src = fetchgit { url = "https://github.com/UnkindPartition/tasty"; - sha256 = "0mbzw9plh5gffpdzbnw6749b45dpal29wdak2y04qlmjs42wxcv1"; - rev = "207d3453a64b414593512c1e968171d64a8dbe61"; + sha256 = "0xx85l6g6xxxyfjmlxz5mfli75v77js55a9hr0n7ghrypg2lpj55"; + rev = "226c35f468be389536fbb9471904a113d1586da6"; fetchSubmodules = true; }; postUnpack = "sourceRoot+=/hunit/; echo source root reset to $sourceRoot"; -- GitLab