Merge pull request #334710 from trofi/libedit-update

libedit: 20240517-3.1 -> 20240808-3.1
This commit is contained in:
Sebastián Mancilla 2024-08-19 00:00:02 -04:00 committed by GitHub
commit f5b69bb873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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