drawterm: unstable-2023-12-23 -> unstable-2024-02-18

This commit is contained in:
R. Ryantm 2024-02-21 06:27:21 +00:00
parent fd643e9c97
commit e6299c1504

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation {
pname = "drawterm";
version = "unstable-2023-12-23";
version = "unstable-2024-02-18";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "f9ae0c837bf8351037689f1985c1a52c1570ba30";
hash = "sha256-wJWMdD9OmGybIwgBNJ8LxxV21L4SaV22OxAILsDWG3U=";
rev = "bcf1eb425dd4c90a3bfcd004f6aee3854259da78";
hash = "sha256-aUQ6ay2ky9NzVUZvWyHc/GqPlCdhGpXTY8GGytJSC6g=";
};
enableParallelBuilding = true;