fishPlugins.forgit: 24.01.0 -> 24.02.0

This commit is contained in:
R. Ryantm 2024-02-24 05:20:51 +00:00
parent 927ee13585
commit f96ed27264

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.01.0";
version = "24.02.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
hash = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI=";
};
postInstall = ''