fishPlugins.forgit: 26.04.1 -> 26.04.2

This commit is contained in:
R. Ryantm
2026-04-17 03:16:28 +00:00
parent 73259bfa6e
commit 2318b8e414

View File

@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "26.04.1";
version = "26.04.2";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-/tG//6s0km8IUJXI4f++/UUCTAOYTDE/C5bbkHFhdNY=";
hash = "sha256-/zFws4/QkAuoV2edtxW3jK1HbftigYNZzTkSg5Y4Phg=";
};
postInstall = ''