fishPlugins.forgit: 25.05.0 -> 25.06.0 (#412796)

This commit is contained in:
Yt
2025-05-31 23:00:04 -04:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildFishPlugin rec { buildFishPlugin rec {
pname = "forgit"; pname = "forgit";
version = "25.05.0"; version = "25.06.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wfxr"; owner = "wfxr";
repo = "forgit"; repo = "forgit";
rev = version; rev = version;
hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ="; hash = "sha256-D1we3pOPXNsK8KgEaRBAmD5eH1i2ud4zX1GwYbOyZvY=";
}; };
postInstall = '' postInstall = ''