use vendorHash instead of vendorSha256
This commit is contained in:
parent
c71a267f5f
commit
5d024382b1
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-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc=";
|
vendorHash = "sha256-rixop68iSE+OHjtMyLBbnphnjFBEtItqgheq2MyEfnc=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue