drawterm: unstable-2024-03-31 -> unstable-2024-04-05

This commit is contained in:
R. Ryantm 2024-04-11 16:11:46 +00:00
parent c81c241415
commit 89bc906791
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;