Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 20231017-1 #390

Merged
merged 38 commits into from
Oct 17, 2023
Merged

Bump 20231017-1 #390

merged 38 commits into from
Oct 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bump our packages since we do this daily.

@github-actions github-actions bot requested a review from a team as a code owner October 17, 2023 19:20
@PedroHLC PedroHLC merged commit 1292876 into main Oct 17, 2023
1 check passed
@PedroHLC PedroHLC deleted the bump/20231017-1 branch October 17, 2023 19:37
@SuperSamus
Copy link
Contributor

About Yuzu, the reason it fails is that tzdb is too old.
The following change should fix that:

diff --git a/pkgs/yuzu-ea-git/default.nix b/pkgs/yuzu-ea-git/default.nix
index 0523db6..e05cbf3 100644
--- a/pkgs/yuzu-ea-git/default.nix
+++ b/pkgs/yuzu-ea-git/default.nix
@@ -20,10 +20,10 @@ let
     rev = "v6.70";
     hash = "sha256-y2GOR6yKIx7W5peFf5FzXlF2iJUfDE/RnMWjO/h/Ruk=";
   };
-  tzdataVer = "220816";
+  tzdataVer = "221202";
   tzdata = final.fetchurl {
     url = "https://github.com/lat9nq/tzdb_to_nx/releases/download/${tzdataVer}/${tzdataVer}.zip";
-    hash = "sha256-yv8ykEYPu9upeXovei0u16iqQ7NasH6873KnQy4+KwI=";
+    hash = "sha256-mRzW+iIwrU1zsxHmf+0RArU8BShAoEMvCz+McXFFK3c=";
   };
   vma = final.fetchFromGitHub {
     owner = "GPUOpen-LibrariesAndSDKs";

@PedroHLC
Copy link
Member

About Yuzu, the reason it fails is that tzdb is too old. The following change should fix that.

Thanks @SuperSamus! I'm super grateful for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants