alpine-make-vm-image: 0.13.2 -> 0.13.3 (#412532)

This commit is contained in:
Nick Cao
2025-06-01 09:49:53 -04:00
committed by GitHub
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "alpine-make-vm-image";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "alpinelinux";
repo = "alpine-make-vm-image";
rev = "v${version}";
hash = "sha256-N7S9MlTpLIL5Od+buS7q64v8fmN+wbYK1FH/YW+nMP8=";
hash = "sha256-AIwT2JAGnMeMXUXZ0FRJthf22FvFfTTw/2LtZKPSj6g=";
};
nativeBuildInputs = [ makeWrapper ];