fnc: 0.16 -> 0.18

Changes: https://fnc.bsdbox.org/doc/trunk/CHANGES.md
This commit is contained in:
Ashish SHUKLA 2024-09-25 09:32:33 +00:00
parent 9357f4f237
commit b14d6d0e1c
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fnc";
version = "0.16";
version = "0.18";
src = fetchurl {
url = "https://fnc.bsdbox.org/tarball/${finalAttrs.version}/fnc-${finalAttrs.version}.tar.gz";
hash = "sha256-6I6wtSMHaKdnlUK4pYiaybJeODGu2P+smYW8lQDIWGM=";
hash = "sha256-npS+sOxF0S/9TuFjtEFlev0HpIOsaP6zmcfopPNUehk=";
};
buildInputs = [ libiconv ncurses zlib ];