fishPlugins.forgit: 26.04.2 -> 26.05.0

This commit is contained in:
R. Ryantm
2026-05-01 01:20:10 +00:00
parent 57cef49acc
commit 9f0ede4e56

View File

@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "26.04.2";
version = "26.05.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-/zFws4/QkAuoV2edtxW3jK1HbftigYNZzTkSg5Y4Phg=";
hash = "sha256-EFbzrVgLfVO+dEEQ1vZUcZkIszZFCktYjQjwkBVrHQI=";
};
postInstall = ''