fishPlugins.forgit: 24.05.0 -> 24.06.0

This commit is contained in:
R. Ryantm
2024-06-10 20:02:34 +02:00
committed by Weijia Wang
parent 57610d2f8f
commit 8a6a14d1d4
+2 -2
View File
@@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.05.0";
version = "24.06.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-XZeLF0YwUl8N8j8tRRU1QVd8tenTDorZyAHItCE4Jlw=";
hash = "sha256-odxdySx3Bzxs5RMXJ4nivwltQYIaM/UrPb+A0/pnDSk=";
};
postInstall = ''