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

fishPlugins.forgit: 24.03.0 -> 24.03.1
This commit is contained in:
Yt 2024-03-06 17:57:40 +00:00 committed by GitHub
commit 58ae79ea70
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.03.0";
version = "24.03.1";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-E8zL5HPUHhb3V03yTIF6IQ83bmqrrRt0KHxYbmtzCQ4=";
hash = "sha256-DIaoD6o+oY+/FnwQadQh0XqMVP4xbE8gAPtWrvwsG+c=";
};
postInstall = ''