rambox: 0.7.3 -> 0.7.4

https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
This commit is contained in:
Maximilian Bosch 2020-03-23 18:25:10 +01:00
parent ca10dbcb98
commit 70fe2c9e2f
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -3,18 +3,18 @@
}:
let
version = "0.7.3";
version = "0.7.4";
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 = "09v8zlayas906zhqy2aw4wkvyl87ykr09sjf0nmgmf69piwmjgg6";
sha256 = "0m9627bcwfg9aximv7ifsmspm8xi231pcnnd4p46lahb2qp19vbd";
};
i686-linux = fetchurl {
url = "https://github.com/ramboxapp/community-edition/releases/download/${version}/Rambox-${version}-linux-i386.deb";
sha256 = "0gv4pf3vhrw4xyccm24ivv92d9qy4zpwsh0m82ib1w764lyxmyrz";
sha256 = "162p6x400w3pny38adinp53rcifvbkjbs12cwrpf7s3b0yml8qxr";
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
homepage = http://rambox.pro;
license = licenses.mit;
maintainers = [ maintainers.gnidorah ];
maintainers = with maintainers; [ gnidorah ma27 ];
platforms = ["i686-linux" "x86_64-linux"];
hydraPlatforms = [];
};