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

drawterm: unstable-2024-03-31 -> unstable-2024-04-05
This commit is contained in:
Weijia Wang 2024-04-17 00:12:37 +02:00 committed by GitHub
commit 10800f2d32
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-31";
version = "unstable-2024-04-05";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "401b33384215ea3f7e6a89e61f75e8acb35a3cc4";
hash = "sha256-BJqZ4gf6PvGlpS3sab3pLqNxVFIM5nzLRrswrR/ehE4=";
rev = "c3d7782a0cbb0aee91edae9b2850d053f27a6f0e";
hash = "sha256-2Iluv/cRouAvKyH5W8llAJm+SrofFkE2N5WnnFf++EU=";
};
enableParallelBuilding = true;