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

chafa: 1.12.3 -> 1.12.4
This commit is contained in:
Weijia Wang
2023-01-23 07:07:56 +01:00
committed by GitHub
+2 -2
View File
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.12.3";
version = "1.12.4";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-Aejm3VR4f69jDdG16vud2sj/9jQ8n5f34oed1SGEcXo=";
sha256 = "sha256-rW3QHf7T3mXWxTCcUPriu+iZohbwGNxWRmquXdSMPQk=";
};
nativeBuildInputs = [ autoconf