From a743aaee0054c9c2e81d435880243c50f71db7f0 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 5 Jan 2026 22:54:40 +0000 Subject: [PATCH] ed: 1.22.3 -> 1.22.4 Changes: https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00002.html --- pkgs/by-name/ed/ed/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ed/ed/package.nix b/pkgs/by-name/ed/ed/package.nix index a541f87ea020..e8b781af7ffd 100644 --- a/pkgs/by-name/ed/ed/package.nix +++ b/pkgs/by-name/ed/ed/package.nix @@ -14,11 +14,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "ed"; - version = "1.22.3"; # Check if Darwin tests were fixed before updating. + version = "1.22.4"; src = fetchurl { url = "mirror://gnu/ed/ed-${finalAttrs.version}.tar.lz"; - hash = "sha256-R6Vd38UtSh/291WfvQDPlIoWts8VHsUgOSdhrq5Ol74="; + hash = "sha256-mHoeu7rT/PY6H/qeKbP6feBlFQ0WMZ0KSd2LV/gdPpw="; }; nativeBuildInputs = [ lzip ]; @@ -31,8 +31,7 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; - # https://github.com/NixOS/nixpkgs/pull/471828 - doCheck = !stdenv.buildPlatform.isDarwin; + doCheck = true; passthru = { tests.version = testers.testVersion {