shader-slang: set meta.changelog

This commit is contained in:
Niklas Korz
2025-06-12 11:53:39 +02:00
parent 04727324c2
commit 33beb3411b
+1
View File
@@ -144,6 +144,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion";
homepage = "https://github.com/shader-slang/slang";
changelog = "https://github.com/shader-slang/slang/releases/tag/v${finalAttrs.version}";
license = with lib.licenses; [
asl20
llvm-exception