diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 10:45:52 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 10:45:52 -0800 |
| commit | 5f031c4e1f63ea6a8e9aec33005943f6cdd3cae2 (patch) | |
| tree | f5fae81ed0549af42f2b0fd8980748ba1b2d6eca | |
| parent | 7c0c0297894e1bc71ac1fa022906dd47e2db3391 (diff) | |
| download | roseh.moe-5f031c4e1f63ea6a8e9aec33005943f6cdd3cae2.tar.zst | |
Fix flake hash
| -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-FjhaU/zljIyUavXW8nCYX2KCCVGlkOLs5ahzQxpzpl8="; + vendorHash = "sha256-qVPU4qAb1nseD1qR2icJPzxQAaaRfvRqVrR1b/3AiMU="; }; }); |
