Commit 92efa5ab authored by R. RyanTM's avatar R. RyanTM
Browse files

johnny-reborn-engine: 0.34 -> 0.45

parent f6eb9214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];