mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
fishPlugins.forgit: 2022-08-16 -> 2022-10-14
This commit is contained in:
parent
7b0122aede
commit
2ebe637b8d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildFishPlugin rec {
|
buildFishPlugin rec {
|
||||||
pname = "forgit";
|
pname = "forgit";
|
||||||
version = "unstable-2022-08-16";
|
version = "unstable-2022-10-14";
|
||||||
|
|
||||||
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 = "3f50933f047510020428114551da0ee5cdfb32a3";
|
rev = "2872548075e63bc83a0b960e2813b16571998563";
|
||||||
sha256 = "sha256-TSF4Vr5uf/+MVU4yCdIHNnwB7kkp4mF+hkhKtLqQvmk=";
|
sha256 = "sha256-NKL4c4k9Nath8NQ3sWUTGUzp517jRX4v0qVaKMJSMrw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user