C1: pin shower FOD outputHash from run 535
This commit is contained in:
parent
f8598a6612
commit
118cbbf74b
1 changed files with 3 additions and 2 deletions
|
|
@ -105,8 +105,9 @@ let
|
||||||
|
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
# Computed by setting to pkgs.lib.fakeHash and reading the failure.
|
# Pinned dep closure — reproducible until version bumps. To recompute,
|
||||||
outputHash = pkgs.lib.fakeHash;
|
# set to pkgs.lib.fakeHash and read the failure.
|
||||||
|
outputHash = "sha256-DQIzHm7b4f1SHDU/KiclS6yZmF/GlizaeH8CM1Hg59s=";
|
||||||
|
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue