From ee8ae4f69ed819a91adda17cf1959582b175b3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Mar 2024 13:13:01 -0400 Subject: [PATCH] use vendorHash instead of vendorSha256 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 666a0e6..cc91055 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ # remeber to bump this hash when your dependencies change. #vendorSha256 = pkgs.lib.fakeSha256; - vendorSha256 = "sha256-7/0f6ylFf+znadofLfvaV+llfHjf4qdelGwqKilHiZ4="; + vendorHash = "sha256-7/0f6ylFf+znadofLfvaV+llfHjf4qdelGwqKilHiZ4="; }; });