Unverified Commit e4ec59bc authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

entr: 5.7 -> 5.8 (#496202)

parents 10bc9387 d424b68b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''