cel-go: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2026-04-08 06:32:08 +00:00
parent 24c474ca38
commit c2494cf63e
+3 -3
View File
@@ -26,18 +26,18 @@ let
in
buildGoModule (finalAttrs: {
pname = "cel-go";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "google";
repo = "cel-go";
tag = "v${finalAttrs.version}";
hash = "sha256-gry3Kwx9SKFxLrUCVpg4hxv5J1R6HzHWW9W0OG7dpKA=";
hash = "sha256-A+SiKpagf73u+dFclntoPTCNCG+7m4kutS6fpeZ+jDU=";
};
modRoot = "repl";
vendorHash = "sha256-J0O3yGBYsX+9Eel0O5crUJxk0DNLxob/Tsue57O9Toc=";
vendorHash = "sha256-obxFjr++fSKJx7TxTZ28YFhts2e/pW32BFVhOGnY7XY=";
subPackages = [
"main"