ogre: 13.6.0 -> 13.6.1

This commit is contained in:
Weijia Wang 2023-01-29 11:56:34 +01:00
parent 4ed11a5c79
commit e19ce28294

View File

@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "ogre";
version = "13.6.0";
version = "13.6.1";
src = fetchFromGitHub {
owner = "OGRECave";
repo = "ogre";
rev = "v${version}";
sha256 = "sha256-yPIrF0jSeWXQ67U/QDgeQnMPvxsyaecyiW964kLsDAE=";
hash = "sha256-UG/vwLE80Ski9NwMj9E5+PoLU6rSCdJrSmQOmmFv66U=";
};
nativeBuildInputs = [