libedit: 20230828-3.1 -> 20240517-3.1

This commit is contained in:
Sergei Trofimovich 2024-05-20 21:48:04 +01:00
parent e82297f970
commit 7ed5395b6b

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libedit";
version = "20230828-3.1";
version = "20240517-3.1";
src = fetchurl {
url = "https://thrysoee.dk/editline/libedit-${finalAttrs.version}.tar.gz";
hash = "sha256-TugYK25WkpDn0fRPD3jayHFrNfZWt2Uo9pnGnJiBTa0=";
hash = "sha256-OkiQl7tBFUlfO9ha54KFK3CXxVbZUACI10tvo429Ev8=";
};
outputs = [ "out" "dev" "man" ];