Unverified Commit 4eaaa6e3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264648 from r-ryantm/auto-update/ispell

ispell: 3.4.05 -> 3.4.06
parents 9bbd5533 7fc83ba0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "ispell";
  version = "3.4.05";
  version = "3.4.06";

  src = fetchurl {
    url = "https://www.cs.hmc.edu/~geoff/tars/${pname}-${version}.tar.gz";
    sha256 = "sha256-zwxt7eP9JfraQ3XYasr+WDy5bY/lRt50apLrtt+JVgI=";
    sha256 = "sha256-F8kWM9TIB1rMUDFjoWRj/FSrHHRTKArTnNPbdceD66Y=";
  };

  buildInputs = [ bison ncurses ];