mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
siyuan: 3.1.31 -> 3.1.32 (#414668)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
This commit is contained in:
commit
5d9e5d1f27
1 changed files with 4 additions and 4 deletions
|
@ -35,20 +35,20 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "siyuan";
|
pname = "siyuan";
|
||||||
version = "3.1.31";
|
version = "3.1.32";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "siyuan-note";
|
owner = "siyuan-note";
|
||||||
repo = "siyuan";
|
repo = "siyuan";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-l9FAGZzu8z5Q4gRoaZ8Z8tYkBEw9Yq9mfmWOKO39KLI=";
|
hash = "sha256-xhiQe9lopKhruwUSTi2GHQ9NPlkaezl1j70z/KOnZEc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
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-uREgNsDGFLzkOBkO2D2/vbJJ8A2rfy0nK2Dx/OvWf9c=";
|
vendorHash = "sha256-GRKBZe9cd2/sYstiCD/f/ckF0G1GYBPBc8FSFmjw3Mo=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(replaceVars ./set-pandoc-path.patch {
|
(replaceVars ./set-pandoc-path.patch {
|
||||||
|
@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
sourceRoot
|
sourceRoot
|
||||||
postPatch
|
postPatch
|
||||||
;
|
;
|
||||||
hash = "sha256-U8n9FLwJqBq16CTmiIDSh0u4lguSn0rF4jUkU25iu98=";
|
hash = "sha256-PnuU4TWG10JP69BdGz+Uqz+WPUJU/Rb+Hicxy0+gB2Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${finalAttrs.src.name}/app";
|
sourceRoot = "${finalAttrs.src.name}/app";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue