entr: 5.4 -> 5.5

This commit is contained in:
R. Ryantm
2023-11-18 03:20:00 +00:00
parent cf4fee6f37
commit 5a82fbf69f
+2 -2
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 = ''