Loading pkgs/shells/fish/plugins/plugin-git.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,18 +2,19 @@ buildFishPlugin rec { pname = "plugin-git"; version = "0.1"; version = "0.2"; src = fetchFromGitHub { owner = "jhillyerd"; repo = "plugin-git"; rev = "v0.1"; sha256 = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE"; rev = "refs/tags/v${version}"; hash = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE"; }; meta = with lib; { description = "Git plugin for fish (similar to oh-my-zsh git)"; homepage = "https://github.com/jhillyerd/plugin-git"; changelog = "https://github.com/jhillyerd/plugin-git/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ unsolvedcypher ]; }; Loading Loading
pkgs/shells/fish/plugins/plugin-git.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,18 +2,19 @@ buildFishPlugin rec { pname = "plugin-git"; version = "0.1"; version = "0.2"; src = fetchFromGitHub { owner = "jhillyerd"; repo = "plugin-git"; rev = "v0.1"; sha256 = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE"; rev = "refs/tags/v${version}"; hash = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE"; }; meta = with lib; { description = "Git plugin for fish (similar to oh-my-zsh git)"; homepage = "https://github.com/jhillyerd/plugin-git"; changelog = "https://github.com/jhillyerd/plugin-git/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ unsolvedcypher ]; }; Loading