about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2024-03-12 13:38:52 -0500
committerJacob Moody <moody@posixcafe.org>2024-03-19 20:18:57 -0500
commite4789ca32a9cfed76b6d2713cafae0f4c0023bef (patch)
tree391ec1c34edb7ff81a67e791feeb33094e2c4b18 /pkgs/tools
parent04e1a2d69c26f3d7f1d16551842a9ec3b16e3223 (diff)
drawterm: unstable-2024-02-18 -> unstable-2024-03-20
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/drawterm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/drawterm/default.nix b/pkgs/tools/admin/drawterm/default.nix
index 3e4c15faf14b6..c83b3dfd65979 100644
--- a/pkgs/tools/admin/drawterm/default.nix
+++ b/pkgs/tools/admin/drawterm/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation {
   pname = "drawterm";
-  version = "unstable-2024-02-18";
+  version = "unstable-2024-03-20";
 
   src = fetchFrom9Front {
     owner = "plan9front";
     repo = "drawterm";
-    rev = "bcf1eb425dd4c90a3bfcd004f6aee3854259da78";
-    hash = "sha256-aUQ6ay2ky9NzVUZvWyHc/GqPlCdhGpXTY8GGytJSC6g=";
+    rev = "77b464a5d5648bb646467111b8faf719cd5c46b6";
+    hash = "sha256-3J/Fa3NXxUieEqRcCepGdd0ktxQFKhyY4z8Pvcq94Kw=";
   };
 
   enableParallelBuilding = true;