diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 15:22:33 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 15:22:33 -0700 |
| commit | 19d52612f63a1860626096a6299fcdbfae91ede1 (patch) | |
| tree | d4ef1f117c428dec874ff1619321a4e3e5e86a32 | |
| parent | 6a119bb9cbfa925f32bba35f4307ebdd3201200a (diff) | |
| download | roseh.moe-19d52612f63a1860626096a6299fcdbfae91ede1.tar.zst | |
Fix vendor hash
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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": { @@ -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="; }; }); |
