Merge pull request #300846 from r-ryantm/auto-update/osl

osl: 1.13.7.0 -> 1.13.8.0
This commit is contained in:
Nick Cao 2024-04-02 09:08:28 -04:00 committed by GitHub
commit dd178c7d9e
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.7.0";
version = "1.13.8.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenShadingLanguage";
rev = "v${version}";
hash = "sha256-M8B5lnLEnWu0PQx4BKidFHXm4+Xs26EaD2caOA+bZ1k=";
hash = "sha256-AixN3cj6r/PUGvAhVN4wGfpuLiBt5LglgJp68hFfJMo=";
};
cmakeFlags = [