Unverified Commit c459c106 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

logcheck: 1.4.4 -> 1.4.5 (#414654)

parents e6f9181e 3f1dc43d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

stdenv.mkDerivation rec {
  pname = "logcheck";
  version = "1.4.4";
  version = "1.4.5";
  _name = "logcheck_${version}";

  src = fetchurl {
    url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
    sha256 = "sha256-1A4aknB+GVgc3F8VlqVtJjlvGLBhYS6E+w+9lXvAOGQ=";
    sha256 = "sha256-enUxHYVhdiDQLMAnQnRjx/mvIEHgL8k/W8Jda6PMrfE=";
  };

  prePatch = ''