entr: 4.7 -> 4.8
This commit is contained in:
parent
6ed55034ee
commit
87b3a29d0a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "entr";
|
pname = "entr";
|
||||||
version = "4.7";
|
version = "4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
|
url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-tsGrdkTYO7Kiadx0Fghno74PXfEWx+tFPCUFMXNTRCk=";
|
sha256 = "1bi5fhr93n72pkap4mqsjd1pwnqjf6czg359c5xwczavfk6mamgh";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://entrproject.org/";
|
homepage = "https://eradman.com/entrproject/";
|
||||||
description = "Run arbitrary commands when files change";
|
description = "Run arbitrary commands when files change";
|
||||||
|
changelog = "https://github.com/eradman/entr/raw/${version}/NEWS";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub synthetica ];
|
maintainers = with maintainers; [ pSub synthetica ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user