libedit: 20210910-3.1 -> 20221030-3.1

This commit is contained in:
R. Ryantm 2023-03-12 11:13:59 +00:00
parent 651e4175cf
commit 011c454a6d

View file

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