entr: 4.2 -> 4.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/entr/versions
This commit is contained in:
R. RyanTM 2019-10-06 22:47:43 -07:00 committed by Jon
parent 55023876bd
commit 33da3a4d32

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "entr";
version = "4.2";
version = "4.3";
src = fetchurl {
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
sha256 = "0w2xkf77jikcjh15fp9g7661ss30pz3jbnh261vqpaqavwah4c17";
sha256 = "0ni34sfrssa6njiqm22q2kxv437r6vbs0a6mys8kwwn7vbdw30dh";
};
postPatch = ''