3
0
Fork 0
forked from mirrors/nixpkgs

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

ogre: 13.6.2 -> 13.6.3
This commit is contained in:
Nikolay Korotkiy 2023-03-12 12:12:22 +04:00 committed by GitHub
commit 4ec1861bdd
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.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 = [