flycast: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2024-03-17 00:21:46 +00:00
parent 79edbc3691
commit 21210f1f94
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "flycast";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "v${version}";
sha256 = "sha256-eQMKaUaZ1b0oXre4Ouli4qIyNaG64KntyRGk3/YIopc=";
sha256 = "sha256-o1Xnyts2+A3ZkzVN0o8E5nGPo2c2vYltMlHF4LZMppU=";
fetchSubmodules = true;
};