osl: 1.13.10.0 -> 1.13.11.0 (#341823)

This commit is contained in:
OTABI Tomoya 2024-09-25 12:14:10 +09:00 committed by GitHub
commit 205363511d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@ let
in stdenv.mkDerivation rec {
pname = "openshadinglanguage";
version = "1.13.10.0";
version = "1.13.11.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenShadingLanguage";
rev = "v${version}";
hash = "sha256-tjfg9cGbfL0D+KcxtWgQF6gY9sCjxEjyGNxFZyPhJ/U=";
hash = "sha256-E/LUTtT0ZU0SBuwtJPA0FznvOuc2a3aJn2/n3ru5l0s=";
};
cmakeFlags = [