about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-09-15 14:36:49 +0200
committerGitHub <noreply@github.com>2023-09-15 14:36:49 +0200
commit7b737acb4afe4a1222a154746b519eb2f79f6b0e (patch)
tree13f50562eb957436f05fb701462df9cd1136f200 /doc/builders
parent11eae28c2778aa34ac0cc2564e503e5d7847001c (diff)
parentfe138d36c9a23de3490a3bfa2f9dda8bf56427b9 (diff)
downloadnixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar.gz
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar.bz2
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar.lz
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar.xz
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.tar.zst
nixlib-7b737acb4afe4a1222a154746b519eb2f79f6b0e.zip
Merge pull request #254967 from nbraud/sha256-to-hash/top-level
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 22ddb3b52497..75a261db8dcd 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: