kaitai-struct-compiler: 0.10 -> 0.11

This commit is contained in:
R. Ryantm
2025-09-08 01:44:02 +00:00
parent 464137e82d
commit a690de3dde
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "kaitai-struct-compiler";
version = "0.10";
version = "0.11";
src = fetchzip {
url = "https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/${version}/kaitai-struct-compiler-${version}.zip";
sha256 = "sha256-oY1OiEq619kLmQPMRQ4sjuBnTXgJ2WfvsEj1JrxUGPA=";
sha256 = "sha256-j9TEilijqgIiD0GbJfGKkU1FLio9aTopIi1v8QT1b+A=";
};
nativeBuildInputs = [ makeWrapper ];