Skip to content

Commit 388d097

Browse files
Merge pull request #332122 from r-ryantm/auto-update/cel-go
cel-go: 0.20.1 -> 0.21.0
2 parents c9dc51c + 7d4f7c2 commit 388d097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/interpreters/cel-go/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
buildGoModule rec {
77
pname = "cel-go";
8-
version = "0.20.1";
8+
version = "0.21.0";
99

1010
src = fetchFromGitHub {
1111
owner = "google";
1212
repo = "cel-go";
1313
rev = "v${version}";
14-
hash = "sha256-RN3Eqdf1Zon0gSsP3jGxydVEa0NL5filAei4+xPFNv8=";
14+
hash = "sha256-t451e3Pkkt4pmBvS0DBSHOVg7P8ipJd28XyiQ6P/QIQ=";
1515
};
1616

1717
modRoot = "repl";
1818

19-
vendorHash = "sha256-jNlzsx1QII9UBHQDU7nSzkNLtfbuce4O1AcPaFqtj9c=";
19+
vendorHash = "sha256-t/GEbpnqpLQ79ETqS9TAgy+2z9FoifAmkHbfKUxDBZA=";
2020

2121
subPackages = [
2222
"main"

0 commit comments

Comments
 (0)