Skip to content

Commit

Permalink
Merge pull request #160 from ezKEa/update-honkers-railway-launcher
Browse files Browse the repository at this point in the history
the-honkers-railway-launcher: 1.9.0 -> 1.9.1
  • Loading branch information
ezKEa authored Dec 5, 2024
2 parents 5b6ceba + e32dd25 commit 24e2f7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pkgs/honkers-railway-launcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkgs/honkers-railway-launcher/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand All @@ -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=";
};
};

Expand Down

0 comments on commit 24e2f7b

Please sign in to comment.