Skip to content

Commit

Permalink
alpine-make-vm-image: 0.12.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent 51b86ca commit 7303752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/alpine-make-vm-image/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "alpine-make-vm-image";
version = "0.12.0";
version = "0.13.0";

src = fetchFromGitHub {
owner = "alpinelinux";
repo = "alpine-make-vm-image";
rev = "v${version}";
sha256 = "sha256-IV/MC6dnvWMs5akM6Zw3TBzWPpsLL9FllK0sOV9MRGY=";
sha256 = "sha256-ilXoee19Wp/tB4f/0c7vWki+dnEPYp4f/IKzkGwxdbU=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 7303752

Please sign in to comment.