workflow: Update OdysseyDecompToolsCache to v1.2.4 (#832)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MonsterDruide1 <5958456@gmail.com>
This commit is contained in:
renovate[bot] 2025-12-25 14:43:41 +01:00 committed by GitHub
parent 42f4194917
commit 1477398701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 15 deletions

View file

@ -5,11 +5,11 @@
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1743550720,
"narHash": "sha256-hIshGgKZCgWh6AYJpJmRgFdR3WUbkY04o82X05xqQiY=",
"lastModified": 1765835352,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "c621e8422220273271f52058f618c94e405bb0f5",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9",
"type": "github"
},
"original": {
@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747467164,
"narHash": "sha256-JBXbjJ0t6T6BbVc9iPVquQI9XSXCGQJD8c8SgnUquus=",
"lastModified": 1766532406,
"narHash": "sha256-acLU/ag9VEoKkzOD202QASX25nG1eArXg5A0mHjKgxM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3fcbdcfc707e0aa42c541b7743e05820472bdaec",
"rev": "8142186f001295e5a3239f485c8a49bf2de2695a",
"type": "github"
},
"original": {
@ -36,11 +36,11 @@
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1743296961,
"narHash": "sha256-b1EdN3cULCqtorQ4QeWgLMrd5ZGOjLSLemfa00heasc=",
"lastModified": 1765674936,
"narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "e4822aea2a6d1cdd36653c134cacfd64c97ff4fa",
"rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
"type": "github"
},
"original": {

View file

@ -37,7 +37,7 @@
python-pkgs.cxxfilt
python-pkgs.pyelftools
python-pkgs.watchdog
python-pkgs.python-Levenshtein
python-pkgs.levenshtein
python-pkgs.toml
]))
openssl

View file

@ -1,4 +1,4 @@
{
"version": "v1.2.3",
"version": "v1.2.4",
"urlPrefix": "https://github.com/MonsterDruide1/OdysseyDecompToolsCache/releases/download"
}

View file

@ -1,14 +1,14 @@
{
"x86_64-linux": {
"filename": "OdysseyDecomp-binaries_x86_64-Linux.tar.xz",
"hash": "sha256-tbWE87uVO7fDP9PeVzzZ8aAPIZky18WLFsKsDuz4Md4="
"hash": "sha256-QqhiIn2ERmrzihr8UXqZgoS6Ct+odggVaZ8lGfRagCQ="
},
"aarch64-linux": {
"filename": "OdysseyDecomp-binaries_aarch64-Linux.tar.xz",
"hash": "sha256-C0tESPXtEN82NhxRoJuC+Jt5CCJlgHMra8FwY9T0NUA="
"hash": "sha256-a24rhpEu8m9USEDwz3EMaPA2ioMNNApa2GpNfbsN/hc="
},
"aarch64-darwin": {
"filename": "OdysseyDecomp-binaries_arm64-Darwin.tar.xz",
"hash": "sha256-vxoPpHNsSLCOOJtqZksrg1qLqronEbhYRt3GZ7+ukI8="
"hash": "sha256-pyhaFNViMrUbrKFNPKnX5j2YoZOVNGzzfSVk7OVoAck="
}
}

View file

@ -29,7 +29,7 @@ with open(artifactsPath) as file:
print(f"got {output['hash']} for {output['storePath']}")
artifacts[system]['hash'] = output["hash"]
else:
print(f"artifact {artifact.filename} failed to download!")
print(f"artifact {artifacts[system]['filename']} failed to download!")
print("stdout")
print(data)
print("stderr")