ed: 1.22.3 -> 1.22.4

Changes: https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00002.html
This commit is contained in:
Sergei Trofimovich
2026-01-06 16:49:09 -05:00
committed by Michael Daniels
parent 574ec5369e
commit a743aaee00
+3 -4
View File
@@ -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 {