hipchat: 4.30.4.1672 -> 4.30.5.1676
This commit is contained in:
parent
88a183f574
commit
0a218b959e
@ -3,8 +3,7 @@
|
|||||||
, libGL, xcbutilkeysyms, xdg_utils, libtool }:
|
, libGL, xcbutilkeysyms, xdg_utils, libtool }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
version = "4.30.5.1676";
|
||||||
version = "4.30.4.1672";
|
|
||||||
|
|
||||||
rpath = stdenv.lib.makeLibraryPath [
|
rpath = stdenv.lib.makeLibraryPath [
|
||||||
xdg_utils
|
xdg_utils
|
||||||
@ -39,22 +38,13 @@ let
|
|||||||
systemd
|
systemd
|
||||||
libGL
|
libGL
|
||||||
] + ":${stdenv.cc.cc.lib}/lib64";
|
] + ":${stdenv.cc.cc.lib}/lib64";
|
||||||
|
in stdenv.mkDerivation {
|
||||||
src =
|
|
||||||
if stdenv.system == "x86_64-linux" then
|
|
||||||
fetchurl {
|
|
||||||
url = "https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-${version}-Linux.deb";
|
|
||||||
sha256 = "1xrwndhbyhcmjcg8h1ib8lp1g51f7jxdhc6p7776zmhlfw94n3rx";
|
|
||||||
}
|
|
||||||
else
|
|
||||||
throw "HipChat is not supported on ${stdenv.system}";
|
|
||||||
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "hipchat-${version}";
|
name = "hipchat-${version}";
|
||||||
|
|
||||||
inherit src;
|
src = fetchurl {
|
||||||
|
url = "https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-${version}-Linux.deb";
|
||||||
|
sha256 = "1fmvarq7zf1cnah2d1l7rxhbiw3dmjcxsldys5is63y204hdh04y";
|
||||||
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user