kaitai-struct-compiler: 0.9 -> 0.10

This commit is contained in:
Brian Leung 2022-07-19 15:42:19 -07:00 committed by Cole Helbling
parent f0fd10edea
commit 62ab1e3d0b

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "kaitai-struct-compiler";
version = "0.9";
version = "0.10";
src = fetchzip {
url = "https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/${version}/kaitai-struct-compiler-${version}.zip";
sha256 = "sha256-2HSasigpJDuWNejNVklnpQwaA4MC030S9taF/7YvzgY=";
sha256 = "sha256-oY1OiEq619kLmQPMRQ4sjuBnTXgJ2WfvsEj1JrxUGPA=";
};
nativeBuildInputs = [ makeWrapper ];