container: 0.5.0 -> 0.6.0

This commit is contained in:
Giuseppe Sorrentino
2025-11-07 13:15:26 +01:00
parent 4afdcb1373
commit a5d629f035
+2 -2
View File
@@ -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 = [