about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMarcFontaine <MarcFontaine@users.noreply.github.com>2019-07-01 12:46:05 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 16:07:58 -0400
commitf449ef7e0bbd6e8f1e8f0570d862d577184e306e (patch)
treebc65dea5bc9bac89c0e09851247bb8a3ca204c05 /pkgs/applications/video
parent17fafbb53165fd52f3294a06c38d360606427054 (diff)
downloadnixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar.gz
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar.bz2
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar.lz
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar.xz
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.tar.zst
nixlib-f449ef7e0bbd6e8f1e8f0570d862d577184e306e.zip
clipgrab: add comment about backporting
Diffstat (limited to 'pkgs/applications/video')
-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 {