Merge pull request #279857 from r-ryantm/auto-update/libedit

libedit: 20221030-3.1 -> 20230828-3.1
This commit is contained in:
Weijia Wang 2024-01-29 12:37:48 +01:00 committed by GitHub
commit cdb7a35529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libedit";
version = "20221030-3.1";
version = "20230828-3.1";
src = fetchurl {
url = "https://thrysoee.dk/editline/${pname}-${version}.tar.gz";
sha256 = "sha256-8JJaWt9LG/EW7hl2a32qdmkXrsGYdHlDscTt9npL4rs=";
sha256 = "sha256-TugYK25WkpDn0fRPD3jayHFrNfZWt2Uo9pnGnJiBTa0=";
};
outputs = [ "out" "dev" ];