Skip to content

Commit

Permalink
tmux: 3.5 -> 3.5a
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Oct 5, 2024
1 parent eb05b2e commit 7facbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "tmux";
version = "3.5";
version = "3.5a";

outputs = [ "out" "man" ];

src = fetchFromGitHub {
owner = "tmux";
repo = "tmux";
rev = finalAttrs.version;
hash = "sha256-8CRZj7UyBhuB5QO27Y+tHG62S/eGxPOHWrwvh1aBqq0=";
hash = "sha256-Z9XHpyh4Y6iBI4+SfFBCGA8huFJpRFZy9nEB7+WQVJE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7facbff

Please sign in to comment.