alpine-make-vm-image: 0.13.0 -> 0.13.1 (#371426)

This commit is contained in:
Weijia Wang
2025-01-06 14:19:23 +01:00
committed by GitHub
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "alpine-make-vm-image";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "alpinelinux";
repo = "alpine-make-vm-image";
rev = "v${version}";
sha256 = "sha256-ilXoee19Wp/tB4f/0c7vWki+dnEPYp4f/IKzkGwxdbU=";
sha256 = "sha256-bm9r/zM9Em1eTBwc8tL7M6yKGpat1IDcruob0IXFUyA=";
};
nativeBuildInputs = [ makeWrapper ];