container 0.2.0 -> 0.3.0

This commit is contained in:
Alexis Hildebrandt 2025-07-31 07:00:15 +02:00
parent 8679b16e11
commit 23ec993c04

View File

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "container"; pname = "container";
version = "0.2.0"; version = "0.3.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg"; url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg";
hash = "sha256-aJEIy6IknBDvM7IOhnl/C4xnr7KJVggJJjmajqoHdsU="; hash = "sha256-D3oAhATmZhGA6mehw6UEAY5Xwu8jjvTNqNcPKBUWxuY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,7 +54,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
}; };
meta = { meta = {
description = "Creating and running Linux containers using lightweight virtual machines on a Mac"; description = "Create and run Linux containers using lightweight virtual machines on a Mac";
homepage = "https://github.com/apple/container"; homepage = "https://github.com/apple/container";
changelog = "https://github.com/apple/container/releases/tag/${finalAttrs.version}"; changelog = "https://github.com/apple/container/releases/tag/${finalAttrs.version}";
license = lib.licenses.asl20; license = lib.licenses.asl20;