Merge pull request #150651 from bobby285271/logseq

logseq: 0.5.3 -> 0.5.4
This commit is contained in:
Bobby Rong 2021-12-14 22:26:01 +08:00 committed by GitHub
commit 841f0557bd
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.3";
version = "0.5.4";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "xHjT2QbZBfPc0i+tsY/hXo+oY8djJiMnM7GraHVvUHs=";
sha256 = "PGrx2JBYmp5vQ8jLpOfiT1T1+SNeRt0W5oHUjHNKuBE=";
name = "${pname}-${version}.AppImage";
};