summaryrefslogtreecommitdiffstats
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
parent6a119bb9cbfa925f32bba35f4307ebdd3201200a (diff)
downloadroseh.moe-19d52612f63a1860626096a6299fcdbfae91ede1.tar.zst
Fix vendor hash
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 5f475fe..920b69a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1758589230,
- "narHash": "sha256-zMTCFGe8aVGTEr2RqUi/QzC1nOIQ0N1HRsbqB4f646k=",
+ "lastModified": 1759735786,
+ "narHash": "sha256-a0+h02lyP2KwSNrZz4wLJTu9ikujNsTWIC874Bv7IJ0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "d1d883129b193f0b495d75c148c2c3a7d95789a0",
+ "rev": "20c4598c84a671783f741e02bf05cbfaf4907cff",
"type": "github"
},
"original": {
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=";
};
});