libedit: 20251016-3.1 -> 20260508-3.1

This commit is contained in:
R. Ryantm
2026-05-09 00:40:55 +00:00
parent 0a275b327b
commit 6cf5d0644f
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libedit";
version = "20251016-3.1";
version = "20260508-3.1";
src = fetchurl {
url = "https://thrysoee.dk/editline/libedit-${finalAttrs.version}.tar.gz";
hash = "sha256-ITYrAGU7v8HHH3GnV42ma1tSA1WdQxNNLddxnjE84EE=";
hash = "sha256-kfQtZXHdjZL67dE0ETTOWrygxdC0s1KBQYbTPysRJy4=";
};
outputs = [