From 5e7ec2c9adf6981a47396215b49c4690a043e8b3 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Mon, 7 Feb 2022 21:01:38 +1000
Subject: [PATCH] nixos/doc/2205: add note for `go_1_17` `vendorSha256`
---
.../doc/manual/from_md/release-notes/rl-2205.section.xml | 9 +++++++++
nixos/doc/manual/release-notes/rl-2205.section.md | 2 ++
2 files changed, 11 insertions(+)
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 29aa70fd6165..2ec83dab09f7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -317,6 +317,15 @@
writers.writePyPy2 needs to be used.
+
+
+ buildGoModule was updated to use
+ go_1_17, third party derivations that
+ specify >= go 1.17 in the main go.mod
+ will need to regenerate their vendorSha256
+ hash.
+
+
The gnome-passwordsafe package updated to
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index c4ace1366f2f..ffb207503f84 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -105,6 +105,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- The `writers.writePython2` and corresponding `writers.writePython2Bin` convenience functions to create executable Python 2 scripts in the store were removed in preparation of removal of the Python 2 interpreter.
Scripts have to be converted to Python 3 for use with `writers.writePython3` or `writers.writePyPy2` needs to be used.
+- `buildGoModule` was updated to use `go_1_17`, third party derivations that specify >= go 1.17 in the main `go.mod` will need to regenerate their `vendorSha256` hash.
+
- The `gnome-passwordsafe` package updated to [version 6.x](https://gitlab.gnome.org/World/secrets/-/tags/6.0) and renamed to `gnome-secrets`.
- If you previously used `/etc/docker/daemon.json`, you need to incorporate the changes into the new option `virtualisation.docker.daemon.settings`.