Skip to content

Commit

Permalink
cel-go: 0.20.1 -> 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 4, 2024
1 parent 5477098 commit 7d4f7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/cel-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d4f7c2

Please sign in to comment.