Merge pull request #330131 from r-ryantm/auto-update/chafa

chafa: 1.14.1 -> 1.14.2
This commit is contained in:
Nick Cao
2024-07-26 17:08:37 -04:00
committed by GitHub
+2 -2
View File
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.14.1";
version = "1.14.2";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-25GVRZGrYcQ+uo+S45HvX4jrdHKnYuSkXHQUr9NHdyY=";
sha256 = "sha256-BK2QTlcns+e3LL3NgcVYk4an+j/x0btpKAuBZ+QIN+Q=";
};
nativeBuildInputs = [ autoconf