Skip to content

Commit

Permalink
hipchat: 4.30.0.1663 -> 4.30.2.1665
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 27, 2017
1 parent 0811622 commit 2b74650
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@

let

version = "4.30.0.1663";
version = "4.30.2.1665";

rpath = stdenv.lib.makeLibraryPath [
xdg_utils
Expand Down Expand Up @@ -44,7 +44,7 @@ let
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-${version}-Linux.deb";
sha256 = "13mh49nx75pvaygzi70sg96iad3mn9ym0p4p3ja46amkxbdkq7h7";
sha256 = "0gk1h2p5apppw94353378b2z93c5kllhgadb91z1g3mczczsbm0n";
}
else
throw "HipChat is not supported on ${stdenv.system}";
Expand Down

0 comments on commit 2b74650

Please sign in to comment.