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

logseq: 0.0.13 -> 0.0.15
This commit is contained in:
Ryan Mulligan 2021-03-29 06:59:25 -07:00 committed by GitHub
commit 42ed94c543
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.0.13";
version = "0.0.15";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "0a7c33f7d5ylcy6lqkpxp78wwyi4n5q4jdy7b8nx7p34sn2jnpf7";
sha256 = "4mnS2ikDPmIyT4P8zXssk6AVx50C24bsP4WpD5xJbD8=";
name = "${pname}-${version}.AppImage";
};