chafa: 1.14.3 -> 1.14.4 (#343616)

This commit is contained in:
Nick Cao 2024-09-22 09:57:17 -04:00 committed by GitHub
commit b14998ef64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.14.3";
version = "1.14.4";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-uYQO+PSvBJN1GYtycpVi1h9bD8RNoVC+R+WKJy+qDMc=";
sha256 = "sha256-jrLlhpPWsc1aOEH36W6MbikAj1nAX8CinHKG+iRk+18=";
};
nativeBuildInputs = [ autoconf