Merge pull request #70975 from lattfein/station-1.52.2

station: 1.51.1 -> 1.52.2
This commit is contained in:
Renaud 2019-10-12 12:15:10 +02:00 committed by GitHub
commit 3c0f64b4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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