goda: 0.6.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2025-05-29 13:28:57 +00:00
parent adfe0268d8
commit 7135cbf9ed

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "goda";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "loov";
repo = "goda";
rev = "v${version}";
hash = "sha256-g/sScj5VDQjpWmZN+1YqKJHixGwSBJi6v6YiGklSsjw=";
hash = "sha256-byRficALfYADK2lXskAvYeLxwrzOQXACTLlDRrMoHrw=";
};
vendorHash = "sha256-Tkt01WSKMyShcw+/2iCh1ziHHhj24LnmfKY8KTDa+L8=";
vendorHash = "sha256-AkO3Ag2FiAC46ZXmG3mVhhWpcaw/Z3oik2cyGmoJFpc=";
passthru.updateScript = nix-update-script { };