johnny-reborn-engine: 0.34 -> 0.45

This commit is contained in:
R. Ryantm 2024-04-07 13:59:17 +00:00
parent f6eb921406
commit 92efa5ab59
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 ];