Skip to content

Commit 4524eb2

Browse files
[dependabot skip] Update Nix Flake SRI Hash
1 parent 8c2cd9e commit 4524eb2

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-9AZcdnioDWASB10qb9sECQhFHK7daz4b0zD4NhfGF+g=";
120+
vendorHash = "sha256-KKOtDJh2h59Vc/P8FE+QLEgGdYaEMSMnZgMy47licDg=";
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)