From c71c783fa90a24d7c9ae4c1226544053c473c138 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 Nov 2024 16:28:25 +0000 Subject: [PATCH] xst: 0.9.0 -> 0.10.0 --- pkgs/applications/terminal-emulators/st/xst.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/st/xst.nix b/pkgs/applications/terminal-emulators/st/xst.nix index 3f48a71012c3..dda4b49c2aed 100644 --- a/pkgs/applications/terminal-emulators/st/xst.nix +++ b/pkgs/applications/terminal-emulators/st/xst.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "xst"; - version = "0.9.0"; + version = "0.10.0"; src = fetchFromGitHub { owner = "gnotclub"; repo = pname; rev = "v${version}"; - sha256 = "sha256-V7WzletBFOOXBXClDJZIGT2comnC5WDApO1ZCoPKThY="; + sha256 = "sha256-2pXR9U2tTBd0lyeQ3BjnXW+Ne9aUQg/+rnpmYPPG06A="; }; nativeBuildInputs = [