clipgrab: add comment about backporting

This commit is contained in:
MarcFontaine 2019-07-01 12:46:05 +02:00 committed by worldofpeace
parent 17fafbb531
commit f449ef7e0b

@ -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 {