Skip to content

Commit

Permalink
Merge pull request #43 from michaelBelsanti/3.3.0
Browse files Browse the repository at this point in the history
slippi: 3.2.2 -> 3.3.0
  • Loading branch information
djanatyn authored Oct 6, 2023
2 parents 87f2565 + 821e5b3 commit 4ce29a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slippi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ let
in
stdenv.mkDerivation rec {
pname = "slippi-ishiiruka";
version = "3.2.2";
version = "3.3.0";
name =
"${pname}-${version}-${if playbackSlippi then "playback" else "netplay"}";
src = fetchFromGitHub {
owner = "project-slippi";
repo = "Ishiiruka";
rev = "v${version}";
hash = "sha256-wIrOZ3yesaGo3ieNmGXY1ht28joDgKjx3lOLUwD2IyE=";
hash = "sha256-mLkIRuyERmH5VF3UVU1VjM9wJYZhPhb6oIvZy7FhL0s=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 4ce29a1

Please sign in to comment.