Merge pull request #290364 from r-ryantm/auto-update/drawterm

drawterm: unstable-2023-12-23 -> unstable-2024-02-18
This commit is contained in:
Nick Cao 2024-02-21 10:12:32 -05:00 committed by GitHub
commit 9dc8367a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;