use vendorHash instead of vendorSha256

This commit is contained in:
Seán C McCord 2024-03-30 13:13:01 -04:00
parent 2246ce2ebe
commit ee8ae4f69e
Signed by: scm
GPG key ID: 4AF67648FB0336A6

View file

@ -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=";
};
});