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

logseq: 0.8.11 -> 0.8.12
This commit is contained in:
figsoda 2022-12-02 15:57:56 -05:00 committed by GitHub
commit 6174796f72
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.8.11";
version = "0.8.12";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "sha256-c8gP7OJwnCEXnT2FQH1ttYRzZfbcJL86FX2JQezJI+s=";
sha256 = "sha256-I1jGPNGlZ53N3ZlN9nN/GSgQIfdoUeclyuMl+PpNVY4=";
name = "${pname}-${version}.AppImage";
};