drawterm: 0-unstable-2025-06-13 -> 0-unstable-2025-06-29

This commit is contained in:
R. Ryantm 2025-07-11 05:53:24 +00:00
parent 52809155bd
commit 7fc48d1276

View File

@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation {
pname = "drawterm";
version = "0-unstable-2025-06-13";
version = "0-unstable-2025-06-29";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "4e32a9fa6e58c1474f747a99083303c4a2f14ea7";
hash = "sha256-j0s6xB8c8vQoOzL34Gu84elec0ig4z75NzlUx6PsW4E=";
rev = "903bcd8dba9cb9dfc70707a28089c469e5302539";
hash = "sha256-gZAPNRzAuvpIAV7ArPGsqVv6SYBJkqA+Okf6FmStvsU=";
};
enableParallelBuilding = true;