3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88198 from r-ryantm/auto-update/omnisharp-roslyn

omnisharp-roslyn: 1.35.0 -> 1.35.1
This commit is contained in:
markuskowa 2020-05-24 15:21:59 +02:00 committed by GitHub
commit 2be0555d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "omnisharp-roslyn";
version = "1.35.0";
version = "1.35.1";
src = fetchurl {
url = "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v${version}/omnisharp-mono.tar.gz";
sha256 = "191jiyw6kx1rw241bg9nv5splfpz6ny90g9yf28cd0xwpx978p83";
sha256 = "0gx87qc9r3lhqn6q95y74z67sjcxnazkkdi9zswmaqyvjn8x7vf4";
};
nativeBuildInputs = [ makeWrapper ];
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "OmniSharp based on roslyn workspaces";
homepage = "https://github.com/OmniSharp/omnisharp-roslyn";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ tesq0 ];