drawterm: unstable-2023-09-03 -> unstable-2023-12-23

This commit is contained in:
Jacob Moody 2023-12-23 15:47:55 -06:00
parent 133fcea523
commit 54670895d3

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation {
pname = "drawterm";
version = "unstable-2023-09-03";
version = "unstable-2023-12-23";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "c4ea4d299aa1bbbcc972c04adf06c18245ce7674";
hash = "sha256-Tp3yZb1nteOlz/KhydFdjBrj3OrY20s/Ltfk/EBrIyk=";
rev = "f9ae0c837bf8351037689f1985c1a52c1570ba30";
hash = "sha256-wJWMdD9OmGybIwgBNJ8LxxV21L4SaV22OxAILsDWG3U=";
};
enableParallelBuilding = true;