goda: 0.9.3 -> 0.9.4

This commit is contained in:
R. Ryantm
2026-07-08 11:45:39 +00:00
parent 3f74179837
commit 628112ceda
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "goda";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "loov";
repo = "goda";
rev = "v${finalAttrs.version}";
hash = "sha256-tUt/VxO3QLqPuHleFSO7txiHZ1bJ7ohGak09ZIr/62A=";
hash = "sha256-ARiI5varW7p7eX58N8mtS6yeXeTlZfiiTFgI8pcDD6M=";
};
vendorHash = "sha256-ZDiDAabLUGa/NFs2EQpwWAd8ypxUZ32I8AOeYCm/ntA=";
vendorHash = "sha256-jtri/73UnpI5oyykW2DYiH0vra62+jk8VIHhcWT2oJA=";
passthru.updateScript = nix-update-script { };