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

fishPlugins.forgit: 24.03.1 -> 24.03.2
This commit is contained in:
Yt 2024-03-16 02:01:16 +00:00 committed by GitHub
commit 48d2318214
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.1";
version = "24.03.2";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-DIaoD6o+oY+/FnwQadQh0XqMVP4xbE8gAPtWrvwsG+c=";
hash = "sha256-DnGQHWx3uFHFEI1kMTB6hfmaE4tY4O/hesPKj5s4uwQ=";
};
postInstall = ''