From fee19e00efb975fced41088b22f5b6a92aad2c9c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 22:05:58 -0700 Subject: Fix deps --- flake.nix | 2 +- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 go.sum diff --git a/flake.nix b/flake.nix index f6122c4..0a0d016 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ # remember to bump this hash when your dependencies change. # vendorHash = pkgs.lib.fakeHash; - vendorHash = null; + vendorHash = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I="; }; }); diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..a7fae6a --- /dev/null +++ b/go.sum @@ -0,0 +1,4 @@ +golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k= +golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= +golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ= +golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA= -- cgit v1.3.1