From 5d024382b19611ddb5a81b038bda0ab55c935fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Mar 2024 13:11:34 -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 0697c8b..b9a6cb8 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-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc="; + vendorHash = "sha256-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc="; }; });