Unverified Commit 061715af authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #226456 from wegank/ogre-bump

ogre: 13.6.3 -> 13.6.4
parents 17356492 02bb6b0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

stdenv.mkDerivation rec {
  pname = "ogre";
  version = "13.6.3";
  version = "13.6.4";

  src = fetchFromGitHub {
    owner = "OGRECave";
    repo = "ogre";
    rev = "v${version}";
    hash = "sha256-+A+GpS6kZREczX0oOETAQJ+smiFVAEzPMIskU/Vh/9U=";
    hash = "sha256-MSBWCO0s46t+ExWDdmqi16OxmcQXnduhgFt6I4BG1g8=";
  };

  nativeBuildInputs = [