summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-07 15:22:33 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-07 15:22:33 -0700
commit19d52612f63a1860626096a6299fcdbfae91ede1 (patch)
treed4ef1f117c428dec874ff1619321a4e3e5e86a32 /flake.nix
parentDowngrade required Go version (diff)
downloadroseh.moe-19d52612f63a1860626096a6299fcdbfae91ede1.tar.zst
Fix vendor hash
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0a0d016..0f1ebbf 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 = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I=";
+ vendorHash = "sha256-l6ezty03ZghLQ+VYhoVRZFgcJ/jhStDme64XbsTkLkM=";
};
});