about summary refs log tree commit diff
path: root/pkgs/applications/video/clipgrab/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/clipgrab/default.nix')
-rw-r--r--pkgs/applications/video/clipgrab/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix
index 9b29e18d0bc4..974dbd83a038 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -5,6 +5,9 @@
 
 stdenv.mkDerivation rec {
   name = "clipgrab-${version}";
+  # The websites clipgrab deals with are a very moving target. That means that
+  # downloads break constantly. Because of that, updates should always be backported
+  # to the latest stable release.
   version = "3.8.3";
 
   src = fetchurl {