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

drawterm: unstable-2024-03-20 -> unstable-2024-03-31
This commit is contained in:
Nick Cao 2024-04-06 16:26:27 -04:00 committed by GitHub
commit 8c3463dec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation {
pname = "drawterm";
version = "unstable-2024-03-20";
version = "unstable-2024-03-31";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "77b464a5d5648bb646467111b8faf719cd5c46b6";
hash = "sha256-3J/Fa3NXxUieEqRcCepGdd0ktxQFKhyY4z8Pvcq94Kw=";
rev = "401b33384215ea3f7e6a89e61f75e8acb35a3cc4";
hash = "sha256-BJqZ4gf6PvGlpS3sab3pLqNxVFIM5nzLRrswrR/ehE4=";
};
enableParallelBuilding = true;