We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f17c4 commit 19cd643Copy full SHA for 19cd643
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-Q7+z3cWMnAO+NdWunXyTdifwJ5gSx2kiymIqzPc7CBk=";
+ vendorHash = "sha256-n64B2BZ/QiwZPPmx85mlPhuMLajOXJ6ms84OCmuzpvs=";
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