Unverified Commit f90489ba authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

siyuan: 3.3.4 -> 3.3.5 (#452201)

parents eb3f191f 0a063b38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,20 +35,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "siyuan";
  version = "3.3.4";
  version = "3.3.5";

  src = fetchFromGitHub {
    owner = "siyuan-note";
    repo = "siyuan";
    rev = "v${finalAttrs.version}";
    hash = "sha256-jC7zYP5sMJCoT7lLyHPHxiikw3Nsz/LYkR664xSPuR4=";
    hash = "sha256-6CKY5rIPI+8uKh1vjw9nBI01J8o7U4vlxEPJS7xaAVg=";
  };

  kernel = buildGoModule {
    name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
    inherit (finalAttrs) src;
    sourceRoot = "${finalAttrs.src.name}/kernel";
    vendorHash = "sha256-ZcL9DuwiGjzRHBhzHpoAHeAmR6Mm9HymkjJCoA4+MRw=";
    vendorHash = "sha256-kDWOkAY6GiSp/oLkyLya2VYWmLz4fPxZPRKGlb2B8M4=";

    patches = [
      (replaceVars ./set-pandoc-path.patch {