siyuan: 3.3.4 -> 3.3.5 (#452201)
This commit is contained in:
@@ -35,20 +35,20 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "siyuan";
|
pname = "siyuan";
|
||||||
version = "3.3.4";
|
version = "3.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "siyuan-note";
|
owner = "siyuan-note";
|
||||||
repo = "siyuan";
|
repo = "siyuan";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-jC7zYP5sMJCoT7lLyHPHxiikw3Nsz/LYkR664xSPuR4=";
|
hash = "sha256-6CKY5rIPI+8uKh1vjw9nBI01J8o7U4vlxEPJS7xaAVg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernel = buildGoModule {
|
kernel = buildGoModule {
|
||||||
name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
|
name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src;
|
||||||
sourceRoot = "${finalAttrs.src.name}/kernel";
|
sourceRoot = "${finalAttrs.src.name}/kernel";
|
||||||
vendorHash = "sha256-ZcL9DuwiGjzRHBhzHpoAHeAmR6Mm9HymkjJCoA4+MRw=";
|
vendorHash = "sha256-kDWOkAY6GiSp/oLkyLya2VYWmLz4fPxZPRKGlb2B8M4=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(replaceVars ./set-pandoc-path.patch {
|
(replaceVars ./set-pandoc-path.patch {
|
||||||
|
|||||||
Reference in New Issue
Block a user