osl: 1.14.7.0 -> 1.15.1.0

This commit is contained in:
R. Ryantm
2026-02-05 11:37:25 +00:00
parent ff85c18b93
commit eaa3b99686
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openshadinglanguage";
version = "1.14.7.0";
version = "1.15.1.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenShadingLanguage";
rev = "v${finalAttrs.version}";
hash = "sha256-w78x0e9T0lYCAPDPkx6T/4TzAs/mpJ/24uQ+yH5gB5I=";
hash = "sha256-+PNh4xFdH8onxK0OTnQHbdupTaB2hTgDumY0krJiWUE=";
};
cmakeFlags = [