chafa: 1.14.2 -> 1.14.3

This commit is contained in:
R. Ryantm
2024-09-09 16:05:07 +00:00
parent 4e97d1fdd6
commit 85ad327493
+2 -2
View File
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.14.2";
version = "1.14.3";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-BK2QTlcns+e3LL3NgcVYk4an+j/x0btpKAuBZ+QIN+Q=";
sha256 = "sha256-uYQO+PSvBJN1GYtycpVi1h9bD8RNoVC+R+WKJy+qDMc=";
};
nativeBuildInputs = [ autoconf