logseq: fix hash

This commit is contained in:
Bobby Rong 2021-11-17 09:55:31 +08:00 committed by GitHub
parent cb74558d7d
commit 89c5f3b8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage"; url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "fSnjfanPC3AbasInSZEiG/Mc5pvXwr35xkxSr20Ab0E="; sha256 = "fGRPuv98sr3wcVbkVCJr2yKxBZ/IiQP854T9NBf/vCk=";
name = "${pname}-${version}.AppImage"; name = "${pname}-${version}.AppImage";
}; };