Skip to content

Commit

Permalink
Merge pull request #212611 from r-ryantm/auto-update/goda
Browse files Browse the repository at this point in the history
goda: 0.5.4 -> 0.5.5
  • Loading branch information
figsoda authored Jan 25, 2023
2 parents 764937a + 771d1ef commit 437b193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/goda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 437b193

Please sign in to comment.