add passthru repo version

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-10 07:56:28 +01:00
parent 82de3af2b9
commit abce4e0e03
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -60,5 +60,5 @@ in
${../../scripts/add-go-module.sh} $SRC_PATH ipfs/kubo "storj.io/ipfs-go-ds-storj/plugin@latest"
fi
'';
passthru.repoVersion = "19"; # Also update kubo-migrator when changing the repo version
passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
}