Skip to content

Commit

Permalink
Update rider
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Sep 13, 2020
1 parent b3fd422 commit 8864a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -385,12 +385,12 @@ in

rider = buildRider rec {
name = "rider-${version}";
version = "2020.2.1"; /* updated by script */
version = "2020.2.2"; /* 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 = "0xrk7n0mprzy7dfkx3vj5wasw5031jl61qkh89y6w031hp77vq7n"; /* updated by script */
sha256 = "1v3n4mg8b55ni72bdgsgiwyqcvp9zhqlkqshscwfjggv0iai9r6p"; /* updated by script */
};
wmClass = "jetbrains-rider";
update-channel = "Rider RELEASE";
Expand Down

0 comments on commit 8864a7c

Please sign in to comment.