From cdd7d0f45ca530f2358b032717b0c64eccbec3cb Mon Sep 17 00:00:00 2001 From: Matthew Dargan Date: Thu, 12 Dec 2024 15:10:47 -0600 Subject: [PATCH] plan9port: 2023-03-31 -> 2024-10-22 --- pkgs/tools/system/plan9port/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix index 8c5204bdba93..0be74e21dd25 100644 --- a/pkgs/tools/system/plan9port/default.nix +++ b/pkgs/tools/system/plan9port/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "plan9port"; - version = "2023-03-31"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "9fans"; repo = pname; - rev = "cc4571fec67407652b03d6603ada6580de2194dc"; - hash = "sha256-PZWjf0DJCNs5mjxtXgK4/BcstaOqG2WBKRo+Bh/9U7w="; + rev = "61e362add9e1485bec1ab8261d729016850ec270"; + hash = "sha256-Hpz9yuBktgJEOQ4ZD03c37pO9wgbvtYjIreYusr0Dzw="; }; postPatch = '' @@ -149,6 +149,7 @@ stdenv.mkDerivation rec { ehmry ftrvxmtrx kovirobi + matthewdargan ylh ]; mainProgram = "9";