Skip to content

Commit

Permalink
fix brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Eyberg authored and Ian Eyberg committed Jan 4, 2024
1 parent 58ed4df commit 5eaef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Ops < Formula
head "https://github.com/nanovms/ops"
version "0.1.40"
depends_on "go" => :build
depends_on "qemu": ["8.1.2"]
depends_on "qemu" => "8.2.0"

depends_on "bufbuild/buf/buf"
depends_on "protoc-gen-go-grpc"
Expand Down

0 comments on commit 5eaef17

Please sign in to comment.