Merge pull request #134262 from Stunkymonkey/entr-5

entr: 4.9 -> 5.0

authored by

tomberek and committed by
GitHub
21a6e4fa 6adca802

+2 -12
+2 -12
pkgs/tools/misc/entr/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "entr"; 5 - version = "4.9"; 5 + version = "5.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-4lak0vvkb2EyRggzukR+ZdfzW6nQsmXnxBUDl8xEBaI="; 9 + sha256 = "1fqyshn9i213h6hiy31xlm719f6vayskfna92kvbd2aykryvp1ra"; 10 10 }; 11 - 12 - patches = lib.optionals stdenv.isDarwin [ 13 - # Fix v4.9 segfault on Darwin. remove with the next update 14 - # https://github.com/eradman/entr/issues/74 15 - (fetchpatch { 16 - url = "https://github.com/eradman/entr/commit/468d77d45925abba826bb1dcda01487dbe37eb33.patch"; 17 - sha256 = "17kkcrsnac0pb930sf2kix71h4c7krzsrvz8pskx0vm39n1c9xfi"; 18 - includes = [ "entr.c" ]; 19 - }) 20 - ]; 21 11 22 12 postPatch = '' 23 13 substituteInPlace Makefile.bsd --replace /bin/echo echo