about summary refs log tree commit diff
path: root/pkgs/games
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/games
parent71c6a8f963a1be6615e1b94e8d167891cb3e0949 (diff)
parent58b5b2748f6be02dbed4a11d820ffa7223ec6fa2 (diff)
Merge pull request #305642 from wegank/lib-version-fix
treewide: fix version in changelog
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/openxray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openxray/default.nix b/pkgs/games/openxray/default.nix
index 961df955ca9aa..8bcedac52ad35 100644
--- a/pkgs/games/openxray/default.nix
+++ b/pkgs/games/openxray/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World";
     homepage = "https://github.com/OpenXRay/xray-16/";
     license = licenses.unfree // {
-      url = "https://github.com/OpenXRay/xray-16/blob/${version}/License.txt";
+      url = "https://github.com/OpenXRay/xray-16/blob/${finalAttrs.version}/License.txt";
     };
     maintainers = with maintainers; [ OPNA2608 ];
     platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];