about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 22:54:56 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 22:54:56 +0100
commitb24823332a639c8b9e6e346ae3071f4c6cfab2e4 (patch)
tree470eb5f3b6733722ed40bd72b30391e4417bc9a5
parent817a592c923636e0f5c3549d393c603fec1c4db7 (diff)
downloadnixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar.gz
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar.bz2
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar.lz
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar.xz
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.tar.zst
nixlib-b24823332a639c8b9e6e346ae3071f4c6cfab2e4.zip
harfbuzz: fix changelog
-rw-r--r--pkgs/development/libraries/harfbuzz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index 814b6042544c..72ec69bc177b 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "An OpenType text shaping engine";
     homepage = "https://harfbuzz.github.io/";
-    changelog = "https://github.com/harfbuzz/harfbuzz/raw/${version}/NEWS";
+    changelog = "https://github.com/harfbuzz/harfbuzz/raw/${finalAttrs.version}/NEWS";
     maintainers = [ maintainers.eelco ];
     license = licenses.mit;
     platforms = platforms.unix ++ platforms.windows;