chafa: 1.14.4 -> 1.14.5 (#353472)

This commit is contained in:
Nick Cao
2024-11-11 08:34:05 -05:00
committed by GitHub

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