fishPlugins.forgit: 24.04.0 -> 24.05.0

This commit is contained in:
R. Ryantm 2024-05-01 01:55:16 +00:00
parent 705bad7ed6
commit a8f0062799
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.04.0";
version = "24.05.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-fvhlN2N3u++rfAeiwRRUX+Cv5expyA6aEUB6/TvV5+4=";
hash = "sha256-XZeLF0YwUl8N8j8tRRU1QVd8tenTDorZyAHItCE4Jlw=";
};
postInstall = ''