Skip to content

Commit

Permalink
Merge pull request #126 from ezKEa/update-honkers-railway-launcher
Browse files Browse the repository at this point in the history
the-honkers-railway-launcher: 1.7.0 -> 1.7.1
  • Loading branch information
ezKEa authored Aug 3, 2024
2 parents 518994d + 6412f0a commit 54264a5
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.7.0";
version = "1.7.1";

src = fetchFromGitHub {
owner = "an-anime-team";
repo = "the-honkers-railway-launcher";
rev = version;
sha256 = "sha256-FIBikryn9WVCu7fu00dMb2WmewaAscV5eSvo8cr8L08=";
sha256 = "sha256-2XQaNOYzwNu9xWbGQogJoq9NTwKzbFi/VAneEGPOyCc=";
fetchSubmodules = true;
};

Expand All @@ -37,8 +37,8 @@ with lib;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"anime-game-core-1.22.1" = "sha256-gSttwCwf/zcKyNn7/kso5fyp8NMeTBryJpY2mPAEiGY=";
"anime-launcher-sdk-1.17.2" = "sha256-pz1n2eXUjoA6ITUCFda929+FiJUyFl0uQjdbScHT09U=";
"anime-game-core-1.22.2" = "sha256-PLsCaKVNUqSvEGxVkuO4nwdxy0I8YsLqAPMcGy2gZ94=";
"anime-launcher-sdk-1.17.3" = "sha256-5p+3/F9vmHolCqBfkxMxGXoZInjLUzG7riM81zFKIlY=";
};
};

Expand Down

0 comments on commit 54264a5

Please sign in to comment.