Merge pull request #215590 from r-ryantm/auto-update/ogre

ogre: 13.6.1 -> 13.6.2
This commit is contained in:
Weijia Wang 2023-02-10 04:57:04 +01:00 committed by GitHub
commit ac2f954df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "ogre";
version = "13.6.1";
version = "13.6.2";
src = fetchFromGitHub {
owner = "OGRECave";
repo = "ogre";
rev = "v${version}";
hash = "sha256-UG/vwLE80Ski9NwMj9E5+PoLU6rSCdJrSmQOmmFv66U=";
hash = "sha256-4Jmhseg1+4g0b8Pa8A4YL+ixYMe/HxzXrDaXUfElh+k=";
};
nativeBuildInputs = [