Skip to content

Commit b0e888e

Browse files
Update inputs, remove older profiles
1 parent 914c966 commit b0e888e

File tree

4 files changed

+80
-89
lines changed

4 files changed

+80
-89
lines changed

flake.lock

Lines changed: 78 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/oh-my-tmux.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ stdenv.mkDerivation {
77
# preceding dot, so use fetchTarball instead
88
src = builtins.fetchTarball {
99
url =
10-
"https://github.com/gpakosz/.tmux/archive/9cf49731cd785b76cf792046feed0e8275457918.tar.gz";
11-
sha256 = "0y1n8cspqz79arzw4mnfxrl0b5ydk98pzq2pwn2xfkbylpg61fzv";
10+
"https://github.com/gpakosz/.tmux/archive/1ef77d21420ca3d849714e46b625e2bdb1f53b94.tar.gz";
11+
sha256 = "1vdyr305v4y22jdhpxk6lz7206rxlvg2vysqf80pb7jcnbfymjz0";
1212
};
1313

1414
phases = [ "unpackPhase" "installPhase" ];

0 commit comments

Comments
 (0)