fishPlugins.plugin-git: 0.2 -> 0.3 (#346751)
Diff: https://github.com/jhillyerd/plugin-git/compare/refs/tags/v0.2...v0.3 Changelog: https://github.com/jhillyerd/plugin-git/releases/tag/v0.3
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
|
||||
buildFishPlugin rec {
|
||||
pname = "plugin-git";
|
||||
version = "0.2";
|
||||
version = "0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jhillyerd";
|
||||
repo = "plugin-git";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-DQLRat7uGoK57g/1x9Y514gtjvDdf9j4Iqnwif8QWVU=";
|
||||
hash = "sha256-p7vvwisu3mvVOE1DcALbzuGJqWBcE1h71UjaopGdxE0=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
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; [ GaetanLepage unsolvedcypher ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage unsolvedcypher ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user