Commit 63156f7a authored by R. RyanTM's avatar R. RyanTM
Browse files

ogre: 13.6.2 -> 13.6.3

parent 651e4175
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.2";
  version = "13.6.3";

  src = fetchFromGitHub {
    owner = "OGRECave";
    repo = "ogre";
    rev = "v${version}";
    hash = "sha256-4Jmhseg1+4g0b8Pa8A4YL+ixYMe/HxzXrDaXUfElh+k=";
    hash = "sha256-+A+GpS6kZREczX0oOETAQJ+smiFVAEzPMIskU/Vh/9U=";
  };

  nativeBuildInputs = [