fishPlugins.forgit: 24.03.0 -> 24.03.1

This commit is contained in:
R. Ryantm 2024-03-06 12:25:35 +00:00
parent 9df3e30ce2
commit 1cf069cbee

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.03.0";
version = "24.03.1";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-E8zL5HPUHhb3V03yTIF6IQ83bmqrrRt0KHxYbmtzCQ4=";
hash = "sha256-DIaoD6o+oY+/FnwQadQh0XqMVP4xbE8gAPtWrvwsG+c=";
};
postInstall = ''