Skip to content

Commit

Permalink
fnc: 0.16 -> 0.18 (#344400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 1, 2024
2 parents eba78e4 + b14d6d0 commit fab601b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/fnc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit fab601b

Please sign in to comment.