Skip to content

Commit 6bed1bb

Browse files
authored
tmux: 3.5a -> 3.6 (NixOS#465187)
2 parents 0853250 + a251bb2 commit 6bed1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tm/tmux/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "tmux";
23-
version = "3.5a";
23+
version = "3.6";
2424

2525
outputs = [
2626
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
3131
owner = "tmux";
3232
repo = "tmux";
3333
rev = finalAttrs.version;
34-
hash = "sha256-Z9XHpyh4Y6iBI4+SfFBCGA8huFJpRFZy9nEB7+WQVJE=";
34+
hash = "sha256-jIHnwidzqt+uDDFz8UVHihTgHJybbVg3pQvzlMzOXPE=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)