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