robo3t: 1.3.1 -> 1.4.3
This commit is contained in:
parent
4d56318fca
commit
017d514599
@ -1,19 +1,23 @@
|
||||
{ lib, stdenv, fetchurl, zlib, glib, xorg, dbus, fontconfig, libGL,
|
||||
{ lib, stdenv, fetchurl, curl, zlib, glib, xorg, dbus, fontconfig, libGL,
|
||||
freetype, xkeyboard_config, makeDesktopItem, makeWrapper }:
|
||||
|
||||
let
|
||||
curlWithGnuTls = curl.override { gnutlsSupport = true; sslSupport = false; };
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "robo3t";
|
||||
version = "1.3.1";
|
||||
rev = "7419c406";
|
||||
version = "1.4.3";
|
||||
rev = "48f7dfd";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download-test.robomongo.org/linux/robo3t-${version}-linux-x86_64-${rev}.tar.gz";
|
||||
sha256 = "1mp5i8iahd4qkwgi5ix98hlg17ivw5da27n0drnr0wk458wn99hi";
|
||||
url = "https://github.com/Studio3T/robomongo/releases/download/v${version}/robo3t-${version}-linux-x86_64-${rev}.tar.gz";
|
||||
sha256 = "sha256-pH4q/O3bq45ZZn+s/12iScd0WbfkcLjK4MBdVCMXK00=";
|
||||
};
|
||||
|
||||
icon = fetchurl {
|
||||
url = "https://github.com/Studio3T/robomongo/raw/${version}/trash/install/linux/robomongo.png";
|
||||
sha256 = "15li8536x600kkfkb3h6mw7y0f2ljkv951pc45dpiw036vldibv2";
|
||||
url = "https://github.com/Studio3T/robomongo/raw/${rev}/install/macosx/robomongo.iconset/icon_128x128.png";
|
||||
sha256 = "sha256-2PkUxBq2ow0wl09k8B6LJJUQ+y4GpnmoAeumKN1u5xg=";
|
||||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
@ -43,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
fontconfig
|
||||
freetype
|
||||
libGL
|
||||
curlWithGnuTls
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user