7 pname = "container2wasm";
10 src = fetchFromGitHub {
12 repo = "container2wasm";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-ba40Nu2tVrRSvVeGxlrn0Bw+xQqWeli40lwBWOXSNTA=";
17 vendorHash = "sha256-tyfLWmxAzFc0JuSem8L0HPG4wy9Gxdp8F/J3DyOx6rQ=";
22 "-X=github.com/ktock/container2wasm/version.Version=${version}"
30 description = "Container to WASM converter";
31 homepage = "https://github.com/ktock/container2wasm";
32 changelog = "https://github.com/ktock/container2wasm/releases/tag/v${version}";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ dit7ya ];