fishPlugins.forgit: 24.09.0 -> 24.10.0

This commit is contained in:
R. Ryantm 2024-10-03 07:18:51 +00:00
parent 14f8e6c62c
commit 44337891d6

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.09.0";
version = "24.10.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-8QgnEu41BHeX6heP2slQT+X+Dti+7Ij+J2zqmU4dm3I=";
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
};
postInstall = ''