Skip to content

Commit

Permalink
Merge pull request #92136 from r-ryantm/auto-update/entr
Browse files Browse the repository at this point in the history
entr: 4.5 -> 4.6
  • Loading branch information
marsam committed Jul 3, 2020
2 parents 5e66afd + 2dcc0ad commit 6e13936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/entr/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 6e13936

Please sign in to comment.