fishPlugins.forgit: 25.12.0 -> 26.01.0

This commit is contained in:
R. Ryantm
2026-01-01 01:12:39 +00:00
parent e1405b568f
commit c6361b0c42

View File

@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "25.12.0";
version = "26.01.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-DN2QUxCVVjYn7b4xt/7+k5g1/7dfZ+cp5Yi0nJWh1mM=";
hash = "sha256-3PjKFARsN3BE5c3/JonNj+LpKBPT1N3hc1bK6NdWDTQ=";
};
postInstall = ''