container2wasm: 0.7.0 -> 0.7.1 (#363337)

This commit is contained in:
Weijia Wang
2024-12-18 13:42:01 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "container2wasm";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "ktock";
repo = "container2wasm";
rev = "refs/tags/v${version}";
hash = "sha256-Zet7gTS/929/RVsh/F0N4AlQ9KVfsfDVyAYYJR3Xjc4=";
hash = "sha256-Awk7tC5eyapbra/GlwPPfYx+Jh5UHlK9zo9ZRCVz9S0=";
};
vendorHash = "sha256-X6JG/D+f9MmZVGqic13OkyPriLloEazU6dqDjue6YmY=";