alpine-make-vm-image: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2025-05-31 00:36:34 +00:00
parent cbc137c04a
commit 381fe98beb

View file

@ -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 ];