Unverified Commit 6c02740f authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

davfs2: pin autoconf at 2.69, 1.7.2 -> 1.7.3 (#513877)

parents 03d1cfbc 0a3d46e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchurl,
  autoreconfHook,
  autoreconfHook269,
  neon,
  procps,
  replaceVars,
@@ -12,15 +12,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "davfs2";
  version = "1.7.2";
  version = "1.7.3";

  src = fetchurl {
    url = "mirror://savannah/davfs2/davfs2-${finalAttrs.version}.tar.gz";
    sha256 = "sha256-G9wrsjWp8uVGpqE8VZ7PQ8ZEB+PESX13uOw/YvS4TkY=";
    sha256 = "sha256-pTaBYetQVWUdfl6BgMFgbaleeMlBtruKkobfeSPPy6k=";
  };

  nativeBuildInputs = [
    autoreconfHook
    autoreconfHook269
  ];

  buildInputs = [