mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-20 23:33:56 +02:00
fix: use postFixup
phase for sha256 (#55)
Stripping the plugin binary in the fixup phase of course changes the hash.
This commit is contained in:
commit
d98bb9a17d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgs.buildGoModule {
|
|||
];
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
postFixup = ''
|
||||
mkdir -p $sha/share
|
||||
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