Skip to content

Commit

Permalink
chafa: 1.12.5 -> 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2024
1 parent bc85b73 commit 0a32b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/chafa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
}:

stdenv.mkDerivation rec {
version = "1.12.5";
version = "1.14.0";
pname = "chafa";

src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-2li2Vp+W4Q2/8WY8FJ519BuVR9KzddIJ1j/GY/hLMZo=";
sha256 = "sha256-7l8+WD5/5uBXVnhwqiEScIEQ1dg0W2zqqZJ2AeKCZRU=";
};

nativeBuildInputs = [ autoconf
Expand Down

0 comments on commit 0a32b0c

Please sign in to comment.