station: 1.51.1 -> 1.52.2

This commit is contained in:
Koki Yasuno 2019-10-11 22:27:09 +09:00
parent 3f39ab6d53
commit 134f666279
No known key found for this signature in database
GPG key ID: 8AFCE0D4AE9E3885

View file

@ -2,13 +2,13 @@
let
pname = "station";
version = "1.51.1";
version = "1.52.2";
in appimageTools.wrapType2 rec {
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/getstation/desktop-app-releases/releases/download/${version}/Station-${version}.AppImage";
sha256 = "1vfis2q7zf1sabdlxzmbxh135jk25ylhavrgfc30k5nad9cacw8k";
url = "https://github.com/getstation/desktop-app-releases/releases/download/${version}/Station-${version}-x86_64.AppImage";
sha256 = "0lhiwvnf94is9klvzrqv2wri53gj8nms9lg2678bs4y58pvjxwid";
};
profile = ''