diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 22:05:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 22:05:58 -0700 |
| commit | fee19e00efb975fced41088b22f5b6a92aad2c9c (patch) | |
| tree | b0d2cd2024dda8cd2611583c287d8954c575a3b7 | |
| parent | bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7 (diff) | |
| download | roseh.moe-fee19e00efb975fced41088b22f5b6a92aad2c9c.tar.zst | |
Fix deps
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -48,7 +48,7 @@ # remember to bump this hash when your dependencies change. # vendorHash = pkgs.lib.fakeHash; - vendorHash = null; + vendorHash = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I="; }; }); @@ -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= |
