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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user