3
0
Fork 0
forked from mirrors/nixpkgs

logseq: 0.9.8 -> 0.9.9

This commit is contained in:
Martin Becze 2023-06-14 20:33:33 +02:00
parent 0138c0f6ed
commit cc7f31d895

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.8";
version = "0.9.9";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-+zyI5pBkhdrbesaEUxl3X4GQFzhULVuEqNCdDOOizcs=";
hash = "sha256-DwxRhC8HKJnu1F9mfU3+UdpTjtKLhxs4LJY9A0cZvBo=";
name = "${pname}-${version}.AppImage";
};