Skip to content

Commit f76f2e1

Browse files
Update hunk to 0.19.0
1 parent fbf7663 commit f76f2e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/hunk/build.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ let bun = import "../bun/build.ncl" in
55
let git = import "../git/build.ncl" in
66
let glibc = import "../glibc/build.ncl" in
77

8-
let version = "0.18.1" in
8+
let version = "0.19.0" in
99
{
1010
name = "hunk",
1111
build_deps = [
1212
{ file = "build.sh" } | Local,
1313
{
1414
url = "https://github.com/modem-dev/hunk/archive/refs/tags/v%{version}.tar.gz",
15-
sha256 = "25684b4a087c2dba3776d62aa9f419fd9a4b0359f7fbee5f8fe6540404627385",
15+
sha256 = "33e8eb2e116f93e8772f9465556f59cd018e87ac1a9825153afc632e6abaa980",
1616
extract = true,
1717
strip_prefix = "hunk-%{version}",
1818
} | Source,

0 commit comments

Comments
 (0)