direvent: 5.4 -> 5.5

Changes in 5.5 (2026-06-05): all subprocesses are now terminated before
exit, and a new "shutdown-timeout" configuration statement was added.

https://ftp.gnu.org/gnu/direvent/ (see NEWS)

Assisted-by: Cursor; Claude Opus 4.8
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
androvonx95
2026-06-22 23:26:03 +05:30
co-authored by Cursor
parent 21cfc2d7e2
commit 57552bb343
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "direvent";
version = "5.4";
version = "5.5";
src = fetchurl {
url = "mirror://gnu/direvent/direvent-${finalAttrs.version}.tar.gz";
sha256 = "sha256-HbvGGSqrZ+NFclFIYD1XDGooKDgMlkIVdir5FSTXlbo=";
sha256 = "sha256-DhbAtLPm92c+m08x2BqwEjatIvg1OFEvOy9Y+flv3Lc=";
};
meta = {