diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-28 20:59:08 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-28 20:59:08 -0700 |
| commit | 0edaf8bb03ccedcb090d58529f4a76b03ddba485 (patch) | |
| tree | ac2f3cd7014d4437d936a24e8409dfc5278b9ae5 /flake.nix | |
| parent | 25d822ed2251a8dfec8bf5934a067f38d22fae95 (diff) | |
| download | roseh.moe-0edaf8bb03ccedcb090d58529f4a76b03ddba485.tar.zst | |
Fix flake hash (sigh)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ # remember to bump this hash when your dependencies change. # vendorHash = pkgs.lib.fakeHash; - vendorHash = "sha256-LliPcImJIaGQ4JcHK7+oHkMRSe/hJnAt0g3PVY3uBG8="; + vendorHash = "sha256-FjhaU/zljIyUavXW8nCYX2KCCVGlkOLs5ahzQxpzpl8="; }; }); |
