From e32dd254c922d781bba759d6618d589eb85d5ab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:19:43 +0000 Subject: [PATCH] the-honkers-railway-launcher: 1.9.0 -> 1.9.1 --- pkgs/honkers-railway-launcher/Cargo.lock | 10 +++++----- pkgs/honkers-railway-launcher/unwrapped.nix | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/honkers-railway-launcher/Cargo.lock b/pkgs/honkers-railway-launcher/Cargo.lock index 80eb384..104fb82 100644 --- a/pkgs/honkers-railway-launcher/Cargo.lock +++ b/pkgs/honkers-railway-launcher/Cargo.lock @@ -57,8 +57,8 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anime-game-core" -version = "1.25.1" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.25.1#1e95d2cc4c609e4680550c4d2211f1e03f56a683" +version = "1.27.0" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.27.0#e635b754b13cec02b775ee86c887830e0ab92ca0" dependencies = [ "anyhow", "bzip2", @@ -82,8 +82,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.22.0" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.22.0#5863addeda421b14892947397ec3d94b44b81f26" +version = "1.25.0" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.25.0#2f0d06e551ce2aef9ab7c5bbad827120173b12a8" dependencies = [ "anime-game-core", "anyhow", @@ -1461,7 +1461,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.9.0" +version = "1.9.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/pkgs/honkers-railway-launcher/unwrapped.nix b/pkgs/honkers-railway-launcher/unwrapped.nix index d768513..c0328f9 100644 --- a/pkgs/honkers-railway-launcher/unwrapped.nix +++ b/pkgs/honkers-railway-launcher/unwrapped.nix @@ -19,13 +19,13 @@ with lib; rustPlatform.buildRustPackage rec { pname = "honkers-railway-launcher"; - version = "1.9.0"; + version = "1.9.1"; src = fetchFromGitHub { owner = "an-anime-team"; repo = "the-honkers-railway-launcher"; rev = version; - sha256 = "sha256-AzNSMllM5EjBJrq8STRy1clzuGrVxCUosQgOgUnm6ZU="; + sha256 = "sha256-L3lAY4RnjdIxZOsA9ude2Lb0CgVs/H98JVpIKRiQ/D0="; fetchSubmodules = true; }; @@ -37,8 +37,8 @@ with lib; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "anime-game-core-1.25.1" = "sha256-yBGb9YDF2AR20SyY1nyp0vkGt1dMipk3v/EpA5BHI4g="; - "anime-launcher-sdk-1.22.0" = "sha256-p7sJ+n6DEputgxRtVu7py2j+hPZopJ0rRV3jOL+sUDU="; + "anime-game-core-1.27.0" = "sha256-iIabmeKrZLnsfPH8XhH5bLvbb1rPsTWDi4eM0H7ra+o="; + "anime-launcher-sdk-1.25.0" = "sha256-IeiGvsYyCasNNOwyVn/6JlRMV5cbUyfscAPBWRQOmuI="; }; };