We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2cd9e commit 4524eb2Copy full SHA for 4524eb2
flake.nix
@@ -117,7 +117,7 @@
117
name = "coder-${osArch}";
118
# Updated with ./scripts/update-flake.sh`.
119
# This should be updated whenever go.mod changes!
120
- vendorHash = "sha256-9AZcdnioDWASB10qb9sECQhFHK7daz4b0zD4NhfGF+g=";
+ vendorHash = "sha256-KKOtDJh2h59Vc/P8FE+QLEgGdYaEMSMnZgMy47licDg=";
121
proxyVendor = true;
122
src = ./.;
123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];
go.mod
@@ -1,6 +1,7 @@
1
module github.com/coder/coder/v2
2
3
-go 1.22.5
+go 1.22.6
4
+
5
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
// None of our dependencies seem to use the registries anyways, so this
7
// should be fine...
0 commit comments