Merge pull request #225213 from r-ryantm/auto-update/goda

goda: 0.5.5 -> 0.5.6
This commit is contained in:
Nick Cao 2023-04-08 09:54:44 +08:00 committed by GitHub
commit 6e7301f3ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goda";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
owner = "loov";
repo = "goda";
rev = "v${version}";
sha256 = "sha256-yKhgk/DRcifh+exxTZFti1Aac/sgpvUsNKdioLAzmX0=";
sha256 = "sha256-l9ehpDAqZqNV+07ENXJ2GJEY6bb6W37Ls6UqjE9DEWQ=";
};
vendorSha256 = "sha256-BYYuB4ZlCWD8NILkf4qrgM4q72ZTy7Ze3ICUXdoI5Ms=";