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

fnc: 0.13 -> 0.15
This commit is contained in:
Mario Rodas 2023-04-29 13:41:45 -05:00 committed by GitHub
commit 9aaa411727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];