Skip to content

Commit

Permalink
Merge pull request #76 from ezKEa/update-an-anime-game-launcher
Browse files Browse the repository at this point in the history
an-anime-game-launcher: 3.9.1 -> 3.9.2
  • Loading branch information
ezKEa authored Nov 13, 2023
2 parents 2e0c4a4 + 315790a commit 2688d63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/anime-game-launcher/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
with lib;
rustPlatform.buildRustPackage rec {
pname = "anime-game-launcher";
version = "3.9.1";
version = "3.9.2";

src = fetchFromGitHub {
owner = "an-anime-team";
repo = "an-anime-game-launcher";
rev = version;
sha256 = "sha256-nuoGMNhQnkt7UbBzD4FyleougeTD4XS/aOqhrEtyrk0=";
sha256 = "sha256-vSS0AzTqCWacrx+pz5RFnBP+yoUtgIpR2eQCt0N8X2M=";
fetchSubmodules = true;
};

Expand All @@ -36,8 +36,8 @@ with lib;
cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"anime-game-core-1.16.0" = "sha256-q5Sl7KAAd6pCN9POEa/DRsfGt72pUmMpMTQ4+lc+qT0=";
"anime-launcher-sdk-1.11.2" = "sha256-LQp/dIaQiZLNf5Ou0y0Sxll4J41jvBRqu0KX3SG0tT8=";
"anime-game-core-1.17.2" = "sha256-goZvMP+NdfyAqPV7r2vMfXVYBD21LF/kFT+rlUkggfY=";
"anime-launcher-sdk-1.12.2" = "sha256-LmAhqssTuFIWyXrqM6KMZ3DWtwaxGV2PYUgU02qyomE=";
};
};

Expand Down

0 comments on commit 2688d63

Please sign in to comment.