summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-07 14:46:56 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-07 14:46:56 -0800
commit66e4d0829d919d575bf23d5b6bb76e69bde0c3c8 (patch)
treed3bb13e08de41763a22b560ff3aef241f3440706 /default.nix
parent1c63df9bb9be05182f681c96412cda304c5051f2 (diff)
downloadroseh.moe-66e4d0829d919d575bf23d5b6bb76e69bde0c3c8.tar.zst
Increase target security to 32 bytes
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 20f2454..7610d8b 100644
--- a/default.nix
+++ b/default.nix
@@ -16,5 +16,5 @@ pkgs.buildGoModule rec {
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
- vendorHash = "sha256-X+zeW+5aFOaVCLIzV08s0jP/69R6X9r9vyM8+fNr4KE=";
+ vendorHash = "sha256-iIQ/AwhRYTA2sMtmBUh1lyQ4Uj4dZk8ESUyuNjyc8/Y=";
}