jetbrains.rider: 2018.1.2 -> 2018.1.3

This commit is contained in:
Averell Dalton 2018-07-25 19:24:22 +02:00 committed by Jiri Danek
parent 92da0cc767
commit 7932d521bf

View File

@ -341,15 +341,15 @@ in
rider = buildRider rec {
name = "rider-${version}";
version = "2018.1.2"; /* updated by script */
version = "2018.1.3"; /* updated by script */
description = "A cross-platform .NET IDE based on the IntelliJ platform and ReSharper";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/rider/JetBrains.Rider-${version}.tar.gz";
sha256 = "1jsj0g4mv7fci3jgwx9skaz2m40g3ray2n17djaln08731rls5cc"; /* updated by script */
sha256 = "00wskr60mjipyp44wrpc3pn6awc92djn7rwhc08nrar3zv0j4mgg"; /* updated by script */
};
wmClass = "jetbrains-rider";
update-channel = "Rider 2018.1.2";
update-channel = "Rider 2018.1.3";
};
ruby-mine = buildRubyMine rec {