entr: 5.7 -> 5.8

This commit is contained in:
R. Ryantm
2026-03-03 12:30:46 +00:00
parent 805ebf7bca
commit d424b68b46
+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 = ''