alpine-make-vm-image: 0.13.3 -> 0.13.4 (#505506)

This commit is contained in:
Nick Cao
2026-04-01 19:02:59 +00:00
committed by GitHub
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "alpine-make-vm-image";
version = "0.13.3";
version = "0.13.4";
src = fetchFromGitHub {
owner = "alpinelinux";
repo = "alpine-make-vm-image";
tag = "v${finalAttrs.version}";
hash = "sha256-AIwT2JAGnMeMXUXZ0FRJthf22FvFfTTw/2LtZKPSj6g=";
hash = "sha256-U3eJ9wOxxbC9gEDBMXanBmEy0x6YBSsXXf6U5nzVoZ8=";
};
nativeBuildInputs = [ makeWrapper ];