tmuxPlugins.nord: update repo and metadata (#290575)

Update pkgs/misc/tmux-plugins/default.nix

Change sha256->hash

Co-authored-by: Marcus Ramberg <marcus@means.no>
This commit is contained in:
Aditya Puranik 2024-04-23 15:24:06 +00:00 committed by GitHub
parent 120be13778
commit b3431dd54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 3 deletions

View File

@ -397,10 +397,23 @@ in rec {
pluginName = "nord";
version = "0.3.0";
src = pkgs.fetchFromGitHub {
owner = "arcticicestudio";
repo = "nord-tmux";
owner = "nordtheme";
repo = "tmux";
rev = "v${version}";
sha256 = "14xhh49izvjw4ycwq5gx4if7a0bcnvgsf3irywc3qps6jjcf5ymk";
hash = "sha256-s/rimJRGXzwY9zkOp9+2bAF1XCT9FcyZJ1zuHxOBsJM=";
};
meta = {
homepage = "https://www.nordtheme.com/ports/tmux";
description = "Nord Tmux theme with plugin support";
longDescription =
''
> An arctic, north-bluish clean and elegant tmux theme.
> Designed for a fluent and clear workflow with support for third-party plugins.
This plugin requires that tmux be used with a Nord terminal emulator
theme in order to work properly.
'';
license = lib.licenses.mit;
};
};