container 0.2.0 -> 0.3.0 (#429749)

authored by Alexis Hildebrandt and committed by GitHub 9b78d64c 3dd938b5

+3 -3
+3 -3
pkgs/by-name/co/container/package.nix
··· 11 12 stdenvNoCC.mkDerivation (finalAttrs: { 13 pname = "container"; 14 - version = "0.2.0"; 15 16 src = fetchurl { 17 url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg"; 18 - hash = "sha256-aJEIy6IknBDvM7IOhnl/C4xnr7KJVggJJjmajqoHdsU="; 19 }; 20 21 nativeBuildInputs = [ ··· 54 }; 55 56 meta = { 57 - description = "Creating and running Linux containers using lightweight virtual machines on a Mac"; 58 homepage = "https://github.com/apple/container"; 59 changelog = "https://github.com/apple/container/releases/tag/${finalAttrs.version}"; 60 license = lib.licenses.asl20;
··· 11 12 stdenvNoCC.mkDerivation (finalAttrs: { 13 pname = "container"; 14 + version = "0.3.0"; 15 16 src = fetchurl { 17 url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg"; 18 + hash = "sha256-D3oAhATmZhGA6mehw6UEAY5Xwu8jjvTNqNcPKBUWxuY="; 19 }; 20 21 nativeBuildInputs = [ ··· 54 }; 55 56 meta = { 57 + description = "Create and run Linux containers using lightweight virtual machines on a Mac"; 58 homepage = "https://github.com/apple/container"; 59 changelog = "https://github.com/apple/container/releases/tag/${finalAttrs.version}"; 60 license = lib.licenses.asl20;