Skip to content

Commit

Permalink
build: update oha version to 1.4.6 (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
  • Loading branch information
jaudiger authored Aug 21, 2024
1 parent 2d7dd27 commit 8e25f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/oha/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { cargoBuild } from "rust";

export const project = {
name: "oha",
version: "1.4.5",
version: "1.4.6",
};

const source = std
.download({
url: `https://github.com/hatoo/oha/archive/refs/tags/v${project.version}.tar.gz`,
hash: std.sha256Hash(
"dfed8814c74419ab7bdc545bbd778f69ccc515defd5f756d8368c3c1b74d2cc2",
"8a68d4411ce241d161aeaa87e9f1e778b381398454bf58e58c976d575fcb2c3b",
),
})
.unarchive("tar", "gzip")
Expand Down

0 comments on commit 8e25f0f

Please sign in to comment.