rambox: 0.7.4 -> 0.7.5

https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
This commit is contained in:
Maximilian Bosch 2020-03-27 00:47:21 +01:00
parent 3e47a6e50a
commit c20428ee24
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -3,18 +3,18 @@
}:
let
version = "0.7.4";
version = "0.7.5";
in stdenv.mkDerivation rec {
pname = "rambox";
inherit version;
src = {
x86_64-linux = fetchurl {
url = "https://github.com/ramboxapp/community-edition/releases/download/${version}/Rambox-${version}-linux-amd64.deb";
sha256 = "0m9627bcwfg9aximv7ifsmspm8xi231pcnnd4p46lahb2qp19vbd";
sha256 = "108yd5djnap37yh0nbjyqkp5ci1zmydfzqcsbapin40a4f36zm31";
};
i686-linux = fetchurl {
url = "https://github.com/ramboxapp/community-edition/releases/download/${version}/Rambox-${version}-linux-i386.deb";
sha256 = "162p6x400w3pny38adinp53rcifvbkjbs12cwrpf7s3b0yml8qxr";
sha256 = "1pvh048h6m19rmbscsy69ih0jkyhazmq2pcagmf3kk8gmbi7y6p6";
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");