From 66641a66303ff2c7b5b79774e37fc0a86525ee41 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sat, 31 Jan 2026 19:25:53 +0000 Subject: [PATCH] haskellPackages.proto3-suite: remove source override --- .../haskell-modules/configuration-common.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 71bf5485fd59..7a0938ca7fda 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2883,19 +2883,9 @@ with haskellLib; # 2024-07-27: building test component requires non-trivial custom build steps # https://github.com/awakesecurity/proto3-suite/blob/bec9d40e2767143deed5b2d451197191f1d8c7d5/nix/overlays/haskell-packages.nix#L311 - # Hackage release trails a good deal behind master proto3-suite = lib.pipe super.proto3-suite [ dontCheck doJailbreak - (overrideSrc { - version = "0.9.0-unstable-2025-04-10"; - src = pkgs.fetchFromGitHub { - owner = "awakesecurity"; - repo = "proto3-suite"; - rev = "24bb3f9c6c83b4ecc31783fa5a8fa4406e6ef0d8"; - hash = "sha256-009UNd1rEg/wDCCxReQWhPwHaONwlB6l6qoIPR0mVBU="; - }; - }) ]; # Tests require docker