fishPlugins.forgit: 24.10.0 -> 24.11.0

This commit is contained in:
R. Ryantm 2024-11-01 12:23:31 +00:00
parent 2315372573
commit 33e2d3aab7

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.10.0";
version = "24.11.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
hash = "sha256-8BMFL3WktkkB8m6asbNeb9swnLWi3jHo012fBXGa8ls=";
};
postInstall = ''