Update cargoHash
This commit is contained in:
parent
5d4c559970
commit
112d9d453c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
|||
gst_all_1.gstreamer
|
||||
];
|
||||
|
||||
cargoHash = "";
|
||||
|
||||
cargoArtifacts = craneLib.buildDepsOnly ({
|
||||
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
||||
|
@ -63,6 +62,7 @@
|
|||
packages = rec {
|
||||
spot = craneLib.buildPackage {
|
||||
src = craneLib.path ./.;
|
||||
cargoHash = "";
|
||||
|
||||
inherit buildInputs nativeBuildInputs cargoArtifacts;
|
||||
|
||||
|
|
Loading…
Reference in a new issue