Merge pull request #250802 from majiru/drawterm-update

drawterm: unstable-2023-06-27 -> unstable-2023-08-22
This commit is contained in:
Jonas Heinrich 2023-08-22 23:56:15 +02:00 committed by GitHub
commit 3861aefce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation {
pname = "drawterm";
version = "unstable-2023-06-27";
version = "unstable-2023-08-22";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "36debf46ac184a22c6936345d22e4cfad995948c";
hash = "sha256-ebqw1jqeRC0FWeUIO/HaEovuwzU6+B48TjZbVJXByvA=";
rev = "c91c6fac9d725716ca6ecc3002053f941137f24f";
hash = "sha256-oGcKRx1tP2jeshHhaCHPRKmwKQ3WPYK1tHGGt1/3oDU=";
};
enableParallelBuilding = true;