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

fishPlugins.wakatime-fish: 0.0.3 -> 0.0.5
This commit is contained in:
Nick Cao 2024-03-27 11:09:12 -04:00 committed by GitHub
commit 7837e8f8fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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