Merge pull request #257314 from figsoda/cel

cel-go: 0.18.0 -> 0.18.1
This commit is contained in:
Weijia Wang 2023-09-26 21:25:44 +02:00 committed by GitHub
commit 8f52ca6213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cel-go";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "google";
repo = "cel-go";
rev = "v${version}";
hash = "sha256-+YGRcTlPKTdecMicW4UjupSnuuq5msfGKTP/bwOf7dw=";
hash = "sha256-eXltZkg5QjdCrL9sk2ngVtirSnjBBqk+OdNLY4QtVx4=";
};
modRoot = "repl";
vendorHash = "sha256-RSCZOR++WBoGffCQp114Sa1Dbms2tBa0xceVQ3skwR4=";
vendorHash = "sha256-kalTHpyMYrKZHayxNKLc8vtogiDKyyQLExOQhqp1MUY=";
patches = [
# repl/go.mod and repl/go.sum are outdated