ogre: 13.6.1 -> 13.6.2

This commit is contained in:
R. Ryantm 2023-02-09 22:57:13 +00:00
parent bcf5eb3363
commit 685443674a

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 = [