Unverified Commit a5d629f0 authored by Giuseppe Sorrentino's avatar Giuseppe Sorrentino
Browse files

container: 0.5.0 -> 0.6.0

parent 4afdcb13
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 = [