about summary refs log tree commit diff
path: root/tvix/glue/src/tests/tvix_tests/eval-fail-fetchtarball-invalid-attrs.nix
blob: 209f58cc9d0c213b9f27b22c665f8a27d6ab2e48 (plain) (blame)
1
2
3
4
5
(builtins.fetchTarball {
  url = "https://test.example/owo";
  # Only "sha256" is accepted here.
  hash = "sha256-Xa1Jbl2Eq5+L0ww+Ph1osA3Z/Dxe/RkN1/dITQCdXFk=";
})