fishPlugins.forgit: unstable-2021-04-09 -> unstable-2021-12-05
This commit is contained in:
parent
06f09c3d3f
commit
6b12167277
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildFishPlugin rec {
|
buildFishPlugin rec {
|
||||||
pname = "forgit";
|
pname = "forgit";
|
||||||
version = "unstable-2021-04-09";
|
version = "unstable-2021-12-05";
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
substituteInPlace $out/share/fish/vendor_conf.d/forgit.plugin.fish \
|
substituteInPlace $out/share/fish/vendor_conf.d/forgit.plugin.fish \
|
||||||
|
@ -13,8 +13,8 @@ buildFishPlugin rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wfxr";
|
owner = "wfxr";
|
||||||
repo = "forgit";
|
repo = "forgit";
|
||||||
rev = "7806fc3ab37ac479c315eb54b164f67ba9ed17ea";
|
rev = "7b26cd46ac768af51b8dd4b84b6567c4e1c19642";
|
||||||
sha256 = "sha256-a7wjuqXe3+y5zlgSLk5J31WoORbieFimvtr0FQHRY5M=";
|
sha256 = "sha256-S/alL3CiyedJ8aGhC2Vg9fmLJYcLxDe4EjQns5dZkKM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue