mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
jellycli|noisetorch: convert two random packages to vendorHash
This commit is contained in:
parent
0d5c464ad6
commit
c5550273e3
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
sha256 = "1awzcxnf175a794rhzbmqxxjss77mfa1yrr0wgdxaivrlkibxjys";
|
||||
};
|
||||
|
||||
vendorSha256 = "02fwsnrhj09m0aa199plpqlsjrwpmrk4c80fszzm07s5vmjqvnfy";
|
||||
vendorHash = "sha256-3tmNZd1FH1D/1w4gRmaul2epKb70phSUAjUBCbPV3Ak=";
|
||||
|
||||
patches = [
|
||||
# Fixes log file path for tests.
|
||||
|
|
|
@ -12,7 +12,7 @@ buildGoModule rec {
|
|||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue