use vendorHash instead of vendorSha256

This commit is contained in:
Seán C McCord 2024-03-30 13:11:34 -04:00
parent c71a267f5f
commit 5d024382b1
Signed by: scm
GPG key ID: 4AF67648FB0336A6

View file

@ -48,7 +48,7 @@
# remeber to bump this hash when your dependencies change. # remeber to bump this hash when your dependencies change.
#vendorSha256 = pkgs.lib.fakeSha256; #vendorSha256 = pkgs.lib.fakeSha256;
vendorSha256 = "sha256-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc="; vendorHash = "sha256-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc=";
}; };
}); });