Skip to content

Commit

Permalink
siyuan: 3.1.18 -> 3.1.19 (NixOS#373554)
Browse files Browse the repository at this point in the history
Co-authored-by: L-Trump <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and L-Trump authored Jan 14, 2025
2 parents 9b8c09e + 0da6300 commit 735592f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/si/siyuan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "siyuan";
version = "3.1.18";
version = "3.1.19";

src = fetchFromGitHub {
owner = "siyuan-note";
repo = "siyuan";
rev = "v${finalAttrs.version}";
hash = "sha256-hUPHWVULyHQgGNTpLZKDk6hUlBIK1ouYAYecr0oUe/M=";
hash = "sha256-5+IFCdLH+zHsJjLJauMTfBHB5vCyXbKniSa9bWHblRA=";
};

kernel = buildGo123Module {
name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
inherit (finalAttrs) src;
sourceRoot = "${finalAttrs.src.name}/kernel";
vendorHash = "sha256-1JwUQ/WhR1O3LTevI2kWk+FNpH4FBVgF46d+W6M7UBg=";
vendorHash = "sha256-JoQTWGhWfU6UOdFbZq3thfx0Nfth/gD1ruA4fs8/qBw=";

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

0 comments on commit 735592f

Please sign in to comment.