entr: 4.7 -> 4.8

This commit is contained in:
R. RyanTM 2021-03-01 00:49:58 +00:00 committed by Mario Rodas
parent 6ed55034ee
commit 87b3a29d0a

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "entr";
version = "4.7";
version = "4.8";
src = fetchurl {
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
sha256 = "sha256-tsGrdkTYO7Kiadx0Fghno74PXfEWx+tFPCUFMXNTRCk=";
url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz";
sha256 = "1bi5fhr93n72pkap4mqsjd1pwnqjf6czg359c5xwczavfk6mamgh";
};
postPatch = ''
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
homepage = "http://entrproject.org/";
homepage = "https://eradman.com/entrproject/";
description = "Run arbitrary commands when files change";
changelog = "https://github.com/eradman/entr/raw/${version}/NEWS";
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ pSub synthetica ];