Unverified Commit 16e878b8 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

container: 0.5.0 -> 0.6.0 (#459440)

parents 1477b44f a5d629f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "container";
  version = "0.5.0";
  version = "0.6.0";

  src = fetchurl {
    url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg";
    hash = "sha256-YDh6bIWUc1muXqEqy0Z6gvLZHr3MQwgsuBHGVNY1ZDg=";
    hash = "sha256-RGL6a8EY+rOC5Er9zHfbMrYHQY4LyApOUPcFP1haOGY=";
  };

  nativeBuildInputs = [