Skip to content

Commit 36aa02d

Browse files
siyuan: 3.1.26 -> 3.1.27 (NixOS#397561)
Co-authored-by: L-Trump <[email protected]>
2 parents 188297c + 7144039 commit 36aa02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/si/siyuan/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ let
3535
in
3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "siyuan";
38-
version = "3.1.26";
38+
version = "3.1.27";
3939

4040
src = fetchFromGitHub {
4141
owner = "siyuan-note";
4242
repo = "siyuan";
4343
rev = "v${finalAttrs.version}";
44-
hash = "sha256-Hkvlodf2zBT/+ohmxLrinbBiluCmSsGRKnw4ZrdFcAg=";
44+
hash = "sha256-QRj1MHGpSWD+X84CxAYCaVeXjreQHV4BI8KevQvdcqY=";
4545
};
4646

4747
kernel = buildGo123Module {
4848
name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
4949
inherit (finalAttrs) src;
5050
sourceRoot = "${finalAttrs.src.name}/kernel";
51-
vendorHash = "sha256-NJPb5nJWDTiQ5H/RPDA0IHMaWvzlNNXUA2WkpG2lk8I=";
51+
vendorHash = "sha256-oy2t5IBn9JJY5cm16Yak6e9dDl0KAEVtCE6SJ205vok=";
5252

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

0 commit comments

Comments
 (0)