range-v3: 0.5.0 -> 0.9.1

Was too outdated for tdesktop:

/build/source/Telegram/SourceFiles/ui/image/image_prepare.cpp: In function 'QImage Images::BlurLargeImage(QImage, int)':
/build/source/Telegram/SourceFiles/ui/image/image_prepare.cpp:265:81: error: expected primary-expression before ')' token
  265 |  for (auto &&[value, index] : ranges::view::zip(dvs, ints(0, ranges::unreachable))) {
      |                                                                                 ^
This commit is contained in:
Michael Weiss 2019-10-04 21:33:25 +02:00
parent c1b1270255
commit 1038822c30
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "range-v3";
version = "0.5.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "ericniebler";
repo = "range-v3";
rev = version;
sha256 = "0fzbpaa4vwlivi417zxm1d6v4lkp5c9f5bd706nn2fmw3zxjj815";
sha256 = "0qga2fnfrlrzrvnnk1z1plpmvcr8b4c75g5xz0jv0sav0kmq5zwn";
};
nativeBuildInputs = [ cmake ];
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/ericniebler/range-v3;
license = licenses.boost;
platforms = platforms.all;
maintainers = with maintainers; [ xwvvvvwx ];
maintainers = with maintainers; [ primeos xwvvvvwx ];
};
}