container: 0.6.0 -> 0.7.1 (#471730)

This commit is contained in:
Yohann Boniface
2025-12-22 22:56:07 +00:00
committed by GitHub
+3 -3
View File
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "container";
version = "0.6.0";
version = "0.7.1";
src = fetchurl {
url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg";
hash = "sha256-RGL6a8EY+rOC5Er9zHfbMrYHQY4LyApOUPcFP1haOGY=";
url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-installer-signed.pkg";
hash = "sha256-2rfh8OD0H5BQkJsnST886U2dyf4aedJvCQziJ9YTxnE=";
};
nativeBuildInputs = [