fishPlugins.plugin-git: 0.3 -> 0.4

This commit is contained in:
R. Ryantm
2026-04-05 22:26:26 +00:00
parent f7922f0cbc
commit cc1d698b4b

View File

@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "plugin-git";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "jhillyerd";
repo = "plugin-git";
tag = "v${version}";
hash = "sha256-p7vvwisu3mvVOE1DcALbzuGJqWBcE1h71UjaopGdxE0=";
hash = "sha256-2+CX9ZGNkois7h3m30VG19Cf4ykRdoiPpEVxJMk75I4=";
};
meta = {