container: 0.3.0 -> 0.4.1 (#441254)

authored by Alexis Hildebrandt and committed by GitHub ef9cd0e4 70767868

+2 -2
+2 -2
pkgs/by-name/co/container/package.nix
··· 11 11 12 12 stdenvNoCC.mkDerivation (finalAttrs: { 13 13 pname = "container"; 14 - version = "0.3.0"; 14 + version = "0.4.1"; 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg"; 18 - hash = "sha256-D3oAhATmZhGA6mehw6UEAY5Xwu8jjvTNqNcPKBUWxuY="; 18 + hash = "sha256-Au8Waa0kgU6bAZFTrCBWEeOBhQr6PrJ0AEiA3RsHgYg="; 19 19 }; 20 20 21 21 nativeBuildInputs = [