summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-28 09:50:22 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-28 09:51:00 -0700
commitd89116e9e4ae7e15c69c5ce8d56940cfa71c9dd1 (patch)
tree6a5b198ea07ee098e831892d265b967984b9a089 /flake.nix
parent04821a6e7752d6852bc1d283a88f05f7abecae87 (diff)
downloadroseh.moe-d89116e9e4ae7e15c69c5ce8d56940cfa71c9dd1.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..971e3b9 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-wcv8srmEpsXI3zaKLDsM0r5YtS36fDE4gsguUHm1gQg=";
};
});