about summary refs log tree commit diff
path: root/pkgs/tools/graphics/spirv-cross
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-21 00:31:52 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-21 19:33:05 +0200
commit58b5b2748f6be02dbed4a11d820ffa7223ec6fa2 (patch)
tree4bb50ac8c05c4c058cd40a2d682d5944d82fc850 /pkgs/tools/graphics/spirv-cross
parentd31751f63b898f225ee5ac325c1586149d168f53 (diff)
treewide: fix version in changelog
Diffstat (limited to 'pkgs/tools/graphics/spirv-cross')
-rw-r--r--pkgs/tools/graphics/spirv-cross/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/spirv-cross/default.nix b/pkgs/tools/graphics/spirv-cross/default.nix
index c6aaf73c1eb9d..5f970916049c6 100644
--- a/pkgs/tools/graphics/spirv-cross/default.nix
+++ b/pkgs/tools/graphics/spirv-cross/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "A tool designed for parsing and converting SPIR-V to other shader languages";
     homepage = "https://github.com/KhronosGroup/SPIRV-Cross";
-    changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${version}";
+    changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${finalAttrs.version}";
     platforms = platforms.all;
     license = licenses.asl20;
     maintainers = with maintainers; [ Flakebi ];