chafa: 1.14.4 -> 1.14.5

This commit is contained in:
R. Ryantm 2024-11-03 19:16:10 +00:00
parent aa9dd15dbd
commit 775052b009

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.14.4";
version = "1.14.5";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-jrLlhpPWsc1aOEH36W6MbikAj1nAX8CinHKG+iRk+18=";
sha256 = "sha256-9RkN0yZnHf5cx6tsp3P6jsi0/xtplWxMm3hYCPjWj0M=";
};
nativeBuildInputs = [ autoconf