summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-25 17:46:14 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-25 17:46:14 -0700
commit1f1edb1d5cbf2d69045fbec68145121546508aa8 (patch)
tree458b2b98c25ab5679aa6b06b70d3ab9768c9213a /flake.nix
parentb6cb4d44b4213f45d3669960b34f5a061e4bfbc8 (diff)
downloadroseh.moe-1f1edb1d5cbf2d69045fbec68145121546508aa8.tar.zst
Fix nix flake 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 0f1ebbf..b9d508f 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-l6ezty03ZghLQ+VYhoVRZFgcJ/jhStDme64XbsTkLkM=";
+ vendorHash = "sha256-myxl5cpCPGLM0ZxL4AUj6lw6qA58u0ezCLEMCUGBnrM=";
};
});