Skip to content

Commit 19cd643

Browse files
[dependabot skip] Update Nix Flake SRI Hash
1 parent c0f17c4 commit 19cd643

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
name = "coder-${osArch}";
118118
# Updated with ./scripts/update-flake.sh`.
119119
# This should be updated whenever go.mod changes!
120-
vendorHash = "sha256-Q7+z3cWMnAO+NdWunXyTdifwJ5gSx2kiymIqzPc7CBk=";
120+
vendorHash = "sha256-n64B2BZ/QiwZPPmx85mlPhuMLajOXJ6ms84OCmuzpvs=";
121121
proxyVendor = true;
122122
src = ./.;
123123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/coder/coder/v2
22

3-
go 1.22.5
3+
go 1.22.6
4+
45
// Required until a v3 of chroma is created to lazily initialize all XML files.
56
// None of our dependencies seem to use the registries anyways, so this
67
// should be fine...

0 commit comments

Comments
 (0)