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-26 10:55:51 +0200
committerGitHub <noreply@github.com>2024-04-26 10:55:51 +0200
commit18d51c2c5dcd8c1c72107303b12ee0f699487f12 (patch)
tree4895c0a77f2394b388f64b92531f5215287287d5 /pkgs/by-name/sn
parent71c6a8f963a1be6615e1b94e8d167891cb3e0949 (diff)
parent58b5b2748f6be02dbed4a11d820ffa7223ec6fa2 (diff)
Merge pull request #305642 from wegank/lib-version-fix
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;