From 259dcd17fff3186f0e3d579d51e07afe40f02ea6 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Wed, 19 Aug 2020 07:37:33 +1000
Subject: [PATCH] rl-2009: remove modSha256 warning note
---
nixos/doc/manual/release-notes/rl-2009.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 7a06c06fed1..58f8e3cb8f2 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -202,9 +202,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
likekly to break with future versions of go. As a result
buildGoModule switched from
modSha256 to the vendorSha256
- attribute to pin fetched version data. buildGoModule
- still accepts modSha256 with a warning, but support will
- be removed in the next release.
+ attribute to pin fetched version data.