Merge pull request #301624 from r-ryantm/auto-update/fishPlugins.wakatime-fish

fishPlugins.wakatime-fish: 0.0.5 -> 0.0.6
This commit is contained in:
Weijia Wang 2024-04-05 02:51:38 +02:00 committed by GitHub
commit bea839871d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "wakatime-fish";
version = "0.0.5";
version = "0.0.6";
src = fetchFromGitHub {
owner = "ik11235";
repo = "wakatime.fish";
rev = "v${version}";
hash = "sha256-BYDff4OP4Sg5I7p0GviZKSDulx468ePZigigyTdtkqM=";
hash = "sha256-Hsr69n4fCvPc64NztgaBZQuR0znkzlL8Uotw9Jf2S1o=";
};
preFixup = ''