entr: 5.7 -> 5.8 (#496202)

This commit is contained in:
Matthias Beyer
2026-03-03 19:50:09 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "entr";
version = "5.7";
version = "5.8";
src = fetchurl {
url = "https://eradman.com/entrproject/code/entr-${finalAttrs.version}.tar.gz";
hash = "sha256-kMXZQ4IMcM7zfrQaOCpupPXdf9le/vE7K1Ug0yD10Gc=";
hash = "sha256-3Jor3FVrK+kAwdjN9DLeJkkt5a8/+t4ADUv9l/MSK/s=";
};
postPatch = ''