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

entr: 5.4 -> 5.5
This commit is contained in:
Mario Rodas 2023-11-18 16:14:22 -05:00 committed by GitHub
commit 4e94d330da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''