Skip to content

Commit 6ae13cf

Browse files
committed
./scripts/update-flake.sh
I ran it on my amd64 desktop in a WSL shell on Widows 11.
1 parent 19e3482 commit 6ae13cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
name = "coder-${osArch}";
9898
# Updated with ./scripts/update-flake.sh`.
9999
# This should be updated whenever go.mod changes!
100-
vendorHash = "sha256-N+aZqy4GFqY9I+DONbcehcWUX8S0aUuyzsS61RsnQSQ=";
100+
vendorHash = "sha256-+K95kbYNMKiYk7obN2gjNCtBvaXBWPLKm12N6cF9ImQ=";
101101
proxyVendor = true;
102102
src = ./.;
103103
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];

0 commit comments

Comments
 (0)