Merge pull request #332122 from r-ryantm/auto-update/cel-go

cel-go: 0.20.1 -> 0.21.0
This commit is contained in:
Donovan Glover 2024-08-08 16:14:49 +00:00 committed by GitHub
commit 388d097f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cel-go";
version = "0.20.1";
version = "0.21.0";
src = fetchFromGitHub {
owner = "google";
repo = "cel-go";
rev = "v${version}";
hash = "sha256-RN3Eqdf1Zon0gSsP3jGxydVEa0NL5filAei4+xPFNv8=";
hash = "sha256-t451e3Pkkt4pmBvS0DBSHOVg7P8ipJd28XyiQ6P/QIQ=";
};
modRoot = "repl";
vendorHash = "sha256-jNlzsx1QII9UBHQDU7nSzkNLtfbuce4O1AcPaFqtj9c=";
vendorHash = "sha256-t/GEbpnqpLQ79ETqS9TAgy+2z9FoifAmkHbfKUxDBZA=";
subPackages = [
"main"