From cc84ae23024ebf651f254ed2c1c78d417f370ac3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 6 Jun 2024 19:16:53 +0200 Subject: [PATCH] ascii: 3.20 -> 3.30 --- pkgs/tools/text/ascii/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/text/ascii/default.nix b/pkgs/tools/text/ascii/default.nix index b48fe90c1bf8..6a280bc516f9 100644 --- a/pkgs/tools/text/ascii/default.nix +++ b/pkgs/tools/text/ascii/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "ascii"; - version = "3.20"; + version = "3.30"; src = fetchFromGitLab { owner = "esr"; repo = "ascii"; rev = "refs/tags/${finalAttrs.version}"; - hash = "sha256-vkU5QZdUfr8aGKlAK+4d4rL+lKD/7C7E1Ul1LPgfZXo="; + hash = "sha256-TE9YR5Va9tXaf2ZyNxz7d8lZRTgnD4Lz7FyqRDl1HNY="; }; nativeBuildInputs = [