Merge pull request #316304 from r-ryantm/auto-update/fishPlugins.forgit

fishPlugins.forgit: 24.05.0 -> 24.06.0
This commit is contained in:
Yt 2024-06-10 21:03:32 +00:00 committed by GitHub
commit ca0f2b31fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.05.0";
version = "24.06.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-XZeLF0YwUl8N8j8tRRU1QVd8tenTDorZyAHItCE4Jlw=";
hash = "sha256-odxdySx3Bzxs5RMXJ4nivwltQYIaM/UrPb+A0/pnDSk=";
};
postInstall = ''