about summary refs log tree commit diff
path: root/pkgs/by-name/sn
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/by-name/sn
parentd31751f63b898f225ee5ac325c1586149d168f53 (diff)
treewide: fix version in changelog
Diffstat (limited to 'pkgs/by-name/sn')
-rw-r--r--pkgs/by-name/sn/snipe-it/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/sn/snipe-it/package.nix b/pkgs/by-name/sn/snipe-it/package.nix
index ee8abb0554fce..32d0778e423fc 100644
--- a/pkgs/by-name/sn/snipe-it/package.nix
+++ b/pkgs/by-name/sn/snipe-it/package.nix
@@ -53,7 +53,7 @@ php.buildComposerProject (finalAttrs: {
       Details for snipe-it can be found on the official website at https://snipeitapp.com/.
     '';
     homepage = "https://snipeitapp.com/";
-    changelog = "https://github.com/snipe/snipe-it/releases/tag/v${version}";
+    changelog = "https://github.com/snipe/snipe-it/releases/tag/v${finalAttrs.version}";
     license = licenses.agpl3Only;
     maintainers = with maintainers; [ yayayayaka ];
     platforms = platforms.linux;