Unverified Commit 9aaa4117 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228932 from r-ryantm/auto-update/fnc

fnc: 0.13 -> 0.15
parents 6b9ae35a 41f6ad24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "fnc";
  version = "0.13";
  version = "0.15";

  src = fetchurl {
    url = "https://fnc.bsdbox.org/tarball/${version}/fnc-${version}.tar.gz";
    sha256 = "126aklsjfqmrj0f9p1g6sdlqhwnbfhyn0lq2c9pidfnhppa7sz95";
    sha256 = "sha256-8up844ekIOMcPlfB2DJzR/GgJY9s/sBeYpG+YtdauvU=";
  };

  buildInputs = [ libiconv ncurses zlib ];