Skip to content

Commit

Permalink
hipchat: 4.30.3.1670 -> 4.30.4.1672
Browse files Browse the repository at this point in the history
(cherry picked from commit 32d620d)
  • Loading branch information
NeQuissimus committed Apr 13, 2018
1 parent aab3745 commit 1889b8a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@

let

version = "4.30.3.1670";
version = "4.30.4.1672";

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 = "0alqzay6bvi7ybrrdk5r0xkg4sx6qjsqbgmr16bkqxncxhb215ay";
sha256 = "1xrwndhbyhcmjcg8h1ib8lp1g51f7jxdhc6p7776zmhlfw94n3rx";
}
else
throw "HipChat is not supported on ${stdenv.system}";
Expand Down

0 comments on commit 1889b8a

Please sign in to comment.