goda: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm 2023-01-25 13:39:34 +00:00
parent 55e1910252
commit 771d1efe71

View File

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