Skip to content

Commit cdda5ca

Browse files
authored
libedit: 20250104-3.1 -> 20251016-3.1 (NixOS#453685)
2 parents 7073698 + 850aeee commit cdda5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libedit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "libedit";
11-
version = "20250104-3.1";
11+
version = "20251016-3.1";
1212

1313
src = fetchurl {
1414
url = "https://thrysoee.dk/editline/libedit-${finalAttrs.version}.tar.gz";
15-
hash = "sha256-I3knAWlFUKU3IGMM0c1hZxAbV3Ot3ctBBPc0W3OlaKw=";
15+
hash = "sha256-ITYrAGU7v8HHH3GnV42ma1tSA1WdQxNNLddxnjE84EE=";
1616
};
1717

1818
outputs = [

0 commit comments

Comments
 (0)