We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix-shell path/to/nix-daml-sdk/shell.nix
A nix-shell successfully starts.
I get the following error:
error: hash mismatch in fixed-output derivation '/nix/store/fbnqfll5cydc9qnh4n84wb1cq0iczckv-DigitalAssetHoldingsLLC-daml.zip.drv': specified: sha256-kVHXjuCNqJWKSZRT72Dg3eqf3R8xKo7N+qY9ISyrKHM= got: sha256-kU8yoQe4mjQqgVbrmucn/ucKaiU7HsrkF36dArzX8Tg= error: 1 dependencies of derivation '/nix/store/ri4v58cr51kvs4z21kn2rffpsrvn1823-vscode-extension-DigitalAssetHoldingsLLC-daml-2.6.4.drv' failed to build error: 1 dependencies of derivation '/nix/store/11hlnnhh7py2nv6baaxfbiy90cyqdgwh-vscode-extensions.drv' failed to build error: 1 dependencies of derivation '/nix/store/m8bnmrj0n7s80vriy5gnqiw871kqd423-vscode-with-extensions-1.84.2.drv' failed to build
I notice that versions/2.5.5.json and versions/2.6.4.json have the same value for sdk.extensionSha256. Looks like a possible copy-and-paste error?
versions/2.5.5.json
versions/2.6.4.json
sdk.extensionSha256
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Repro steps
nix-shell path/to/nix-daml-sdk/shell.nix
Expected result
A nix-shell successfully starts.
Actual result
I get the following error:
Observation
I notice that
versions/2.5.5.json
andversions/2.6.4.json
have the same value forsdk.extensionSha256
. Looks like a possible copy-and-paste error?The text was updated successfully, but these errors were encountered: