Merge pull request #92136 from r-ryantm/auto-update/entr

entr: 4.5 -> 4.6
This commit is contained in:
Mario Rodas 2020-07-03 07:17:12 -05:00 committed by GitHub
commit 6e13936542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "entr";
version = "4.5";
version = "4.6";
src = fetchurl {
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
sha256 = "08gsd99w20fdi0apppmzsh06z29ga8y89nfcizidil2hkl8b7jyn";
sha256 = "0vcflgagna2gdlpjsd6748c73j2829xlhm276mi838zl1n121phn";
};
postPatch = ''