libedit: 20210522-3.1 -> 20210714-3.1

This commit is contained in:
R. RyanTM 2021-07-24 13:10:42 +00:00
parent 2129356a64
commit 8726184b8a

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libedit"; pname = "libedit";
version = "20210522-3.1"; version = "20210714-3.1";
src = fetchurl { src = fetchurl {
url = "https://thrysoee.dk/editline/${pname}-${version}.tar.gz"; url = "https://thrysoee.dk/editline/${pname}-${version}.tar.gz";
sha256 = "sha256-AiC8IEfpJ8DBmE7197TrKpRppbe/ErpXPKOyPKAru28="; sha256 = "sha256-MCO0mK1ZP9d0WuOyCrrVRt5Qa2e4+7VXljfKaauC28k=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];