about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-04-26 16:04:07 +0200
committerVladimír Čunát <v@cunat.cz>2023-04-26 16:04:07 +0200
commit7fa4e34aaa51febe2442903c3c52af89884cd94f (patch)
treebac8db9df3aa32a9894f8a19f1a7316f6afb3798 /pkgs/development/libraries/SDL2
parent887afd30123fc7d7681a042e581e32546c120577 (diff)
SDL2: add meta.changelog
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index a22be3089d682..094cc070976d6 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -168,6 +168,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A cross-platform multimedia library";
     homepage = "http://www.libsdl.org/";
+    changelog = "https://github.com/libsdl-org/SDL/releases/tag/release-${version}";
     license = licenses.zlib;
     platforms = platforms.all;
     maintainers = with maintainers; [ cpages ];