Unverified Commit 4e94d330 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

entr: 5.4 -> 5.5
parents 66a09f19 5a82fbf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "entr";
  version = "5.4";
  version = "5.5";

  src = fetchurl {
    url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz";
    hash = "sha256-SR3e0sw/Hc2NJvSWpMezqZa5HHqyCIPKN1A3o5giH54=";
    hash = "sha256-EowM4u/qWua9P9M8PNMeFh6wwCYJ2HF6036VtBZW5SY=";
  };

  postPatch = ''