about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
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/applications/file-managers
parentd31751f63b898f225ee5ac325c1586149d168f53 (diff)
treewide: fix version in changelog
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/nnn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/nnn/default.nix b/pkgs/applications/file-managers/nnn/default.nix
index 4e08dc0543e9f..5972139b25b50 100644
--- a/pkgs/applications/file-managers/nnn/default.nix
+++ b/pkgs/applications/file-managers/nnn/default.nix
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "Small ncurses-based file browser forked from noice";
     homepage = "https://github.com/jarun/nnn";
-    changelog = "https://github.com/jarun/nnn/blob/v${version}/CHANGELOG";
+    changelog = "https://github.com/jarun/nnn/blob/v${finalAttrs.version}/CHANGELOG";
     license = licenses.bsd2;
     platforms = platforms.all;
     maintainers = with maintainers; [ Br1ght0ne ];