use vendorHash instead of vendorSha256
This commit is contained in:
parent
2246ce2ebe
commit
ee8ae4f69e
1 changed files with 1 additions and 1 deletions
|
@ -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-7/0f6ylFf+znadofLfvaV+llfHjf4qdelGwqKilHiZ4=";
|
vendorHash = "sha256-7/0f6ylFf+znadofLfvaV+llfHjf4qdelGwqKilHiZ4=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue