about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-13 13:22:37 +0000
committernicoo <nicoo@mur.at>2023-09-13 17:24:49 +0000
commitfe138d36c9a23de3490a3bfa2f9dda8bf56427b9 (patch)
tree2ce288033caa438594dbf423561870db6c7c41be /doc/builders
parenta3f84440cb417512252a92b9573c51b36218762d (diff)
downloadnixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.gz
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.bz2
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.lz
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.xz
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.tar.zst
nixlib-fe138d36c9a23de3490a3bfa2f9dda8bf56427b9.zip
doc: Replace `sha256` with `hash` where appropriate
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/fetchers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index ba105764904c..306b7c31c44e 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -228,7 +228,7 @@ Otherwise, the builder will run, but fail with a message explaining to the user
 requireFile {
   name = "jdk-${version}_linux-x64_bin.tar.gz";
   url = "https://www.oracle.com/java/technologies/javase-jdk11-downloads.html";
-  sha256 = "94bd34f85ee38d3ef59e5289ec7450b9443b924c55625661fffe66b03f2c8de2";
+  hash = "sha256-lL00+F7jjT71nlKJ7HRQuUQ7kkxVYlZh//5msD8sjeI=";
 }
 ```
 results in this error message: