dhallPackages.buildDhallUrl: change argument from dhall-hash to dhallHash

This commit is contained in:
(cdep)illabout
2021-11-08 13:15:17 +09:00
parent 2e1d84e9fb
commit 10c5a4cca5
3 changed files with 5 additions and 5 deletions

View File

@@ -363,7 +363,7 @@ $ dhall-to-nixpkgs directory --fixed-output-derivations ~/proj/dhall-semver
(buildDhallUrl {
url = "https://prelude.dhall-lang.org/v17.0.0/package.dhall";
hash = "sha256-ENs8kZwl6QRoM9+Jeo/+JwHcOQ+giT2VjDQwUkvlpD4=";
dhall-hash = "sha256:10db3c919c25e9046833df897a8ffe2701dc390fa0893d958c3430524be5a43e";
dhallHash = "sha256:10db3c919c25e9046833df897a8ffe2701dc390fa0893d958c3430524be5a43e";
})
];
}