Merge pull request #150565 from r-ryantm/auto-update/logseq

logseq: 0.5.2 -> 0.5.3
This commit is contained in:
Bobby Rong 2021-12-14 14:27:11 +08:00 committed by GitHub
commit 1e0d08355a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.5.2";
version = "0.5.3";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "ZlyteVTwP5oM32G+yUzCOmu6b/b19RVLmlEvyOz5hu0=";
sha256 = "xHjT2QbZBfPc0i+tsY/hXo+oY8djJiMnM7GraHVvUHs=";
name = "${pname}-${version}.AppImage";
};