fishPlugins.forgit: 24.06.0 -> 24.09.0

This commit is contained in:
R. Ryantm 2024-09-01 01:00:00 +00:00
parent 151889cdbf
commit 1ebe36abed

View File

@ -2,13 +2,13 @@
buildFishPlugin rec { buildFishPlugin rec {
pname = "forgit"; pname = "forgit";
version = "24.06.0"; version = "24.09.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wfxr"; owner = "wfxr";
repo = "forgit"; repo = "forgit";
rev = version; rev = version;
hash = "sha256-odxdySx3Bzxs5RMXJ4nivwltQYIaM/UrPb+A0/pnDSk="; hash = "sha256-8QgnEu41BHeX6heP2slQT+X+Dti+7Ij+J2zqmU4dm3I=";
}; };
postInstall = '' postInstall = ''