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

osl: 1.13.8.0 -> 1.13.9.0
This commit is contained in:
Weijia Wang 2024-05-11 20:33:15 +02:00 committed by GitHub
commit 9d7c4462c8
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.8.0";
version = "1.13.9.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenShadingLanguage";
rev = "v${version}";
hash = "sha256-AixN3cj6r/PUGvAhVN4wGfpuLiBt5LglgJp68hFfJMo=";
hash = "sha256-3HSmiIvGk+C5rnHzCXnYlFVeOWYa5M0WZRLTSb8Zsh8=";
};
cmakeFlags = [