There was an error while loading. Please reload this page.
1 parent fbf7663 commit f76f2e1Copy full SHA for f76f2e1
1 file changed
packages/hunk/build.ncl
@@ -5,14 +5,14 @@ let bun = import "../bun/build.ncl" in
5
let git = import "../git/build.ncl" in
6
let glibc = import "../glibc/build.ncl" in
7
8
-let version = "0.18.1" in
+let version = "0.19.0" in
9
{
10
name = "hunk",
11
build_deps = [
12
{ file = "build.sh" } | Local,
13
14
url = "https://github.com/modem-dev/hunk/archive/refs/tags/v%{version}.tar.gz",
15
- sha256 = "25684b4a087c2dba3776d62aa9f419fd9a4b0359f7fbee5f8fe6540404627385",
+ sha256 = "33e8eb2e116f93e8772f9465556f59cd018e87ac1a9825153afc632e6abaa980",
16
extract = true,
17
strip_prefix = "hunk-%{version}",
18
} | Source,
0 commit comments