mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 15:53:55 +02:00
fix: use postFixup
phase for sha256
Stripping the plugin binary in the fixup phase of course changes the hash. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
aec55a2ef1
commit
398a95314d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgs.buildGoModule {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postFixup = ''
|
||||||
mkdir -p $sha/share
|
mkdir -p $sha/share
|
||||||
sha256sum $out/bin/vault-auth-tee | (read a _; echo $a) > $sha/share/vault-auth-tee.sha256
|
sha256sum $out/bin/vault-auth-tee | (read a _; echo $a) > $sha/share/vault-auth-tee.sha256
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue