entr 5.2 -> 5.3 https://repology.org/metapackage/entr/versions attrpath: entr Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/entr/default.nix b/pkgs/tools/misc/entr/default.nix index 3c18345a0ed..90a736c37cf 100644 --- a/pkgs/tools/misc/entr/default.nix +++ b/pkgs/tools/misc/entr/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "entr"; - version = "5.2"; + version = "5.3"; src = fetchurl { url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz"; - hash = "sha256-I34wnUawdSEMDky3ib/Qycd37d9sswNBw/49vMZYw4A="; + hash = "sha256-1wtEojE2uHyJuwB5RSEh5q/ez2uPQXjBnyyqw97DZi8="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A entr nix build failed. got build log for 'entr' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/72s4b5v8c6jn1sfqdsb28gvmzcgwj20f-entr-5.3.tar.gz source root is entr-5.3 setting SOURCE_DATE_EPOCH to timestamp 1674236183 of file entr-5.3/system_test.sh @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring configure flags: '' cp Makefile.linux Makefile @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/0hx32wk55ml88jrb1qxwg5c5yazfm6gf-bash-5.2-p15/bin/bash gcc -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"5.3\" missing/strlcpy.c missing/kqueue_inotify.c entr.c -o entr entr.c: In function 'run_utility': entr.c:416:17: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 416 | realpath(leading_edge->fn, arg_buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @nix { "action": "setPhase", "phase": "checkPhase" } running tests check flags: SHELL=/nix/store/0hx32wk55ml88jrb1qxwg5c5yazfm6gf-bash-5.2-p15/bin/bash VERBOSE=y test ./system_test.sh ERROR: could not locate the 'file' utility System tests depend on the following: file pgrep git vim tmux make: *** [Makefile.bsd:9: test] Error 1