From 7facbffaf151f76629f1d67a67d109232ddb0b52 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 5 Oct 2024 08:36:08 +0200 Subject: [PATCH] tmux: 3.5 -> 3.5a --- pkgs/tools/misc/tmux/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix index e1b7d4dd6371..64618de25dd3 100644 --- a/pkgs/tools/misc/tmux/default.nix +++ b/pkgs/tools/misc/tmux/default.nix @@ -27,7 +27,7 @@ in stdenv.mkDerivation (finalAttrs: { pname = "tmux"; - version = "3.5"; + version = "3.5a"; outputs = [ "out" "man" ]; @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "tmux"; repo = "tmux"; rev = finalAttrs.version; - hash = "sha256-8CRZj7UyBhuB5QO27Y+tHG62S/eGxPOHWrwvh1aBqq0="; + hash = "sha256-Z9XHpyh4Y6iBI4+SfFBCGA8huFJpRFZy9nEB7+WQVJE="; }; nativeBuildInputs = [