Merge pull request #302357 from r-ryantm/auto-update/johnny-reborn-engine

johnny-reborn-engine: 0.34 -> 0.45
This commit is contained in:
Weijia Wang 2024-04-07 19:13:49 +02:00 committed by GitHub
commit 12e08a1d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "johnny-reborn-engine";
version = "0.34";
version = "0.45";
src = fetchFromGitHub {
owner = "xesf";
repo = "jc_reborn";
rev = "v${version}";
hash = "sha256-JXaYSHpow7Pzy+ATEinET9ffvPIkOmlylnerZJnMUjY=";
hash = "sha256-PDh2RKdvm4LkDKi963CB5RiraWcS3FED6ug8T1J65GM=";
};
buildInputs = [ SDL2 ];