Skip to content

Commit 735592f

Browse files
siyuan: 3.1.18 -> 3.1.19 (#373554)
Co-authored-by: L-Trump <[email protected]>
2 parents 9b8c09e + 0da6300 commit 735592f

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.18";
38+
version = "3.1.19";
3939

4040
src = fetchFromGitHub {
4141
owner = "siyuan-note";
4242
repo = "siyuan";
4343
rev = "v${finalAttrs.version}";
44-
hash = "sha256-hUPHWVULyHQgGNTpLZKDk6hUlBIK1ouYAYecr0oUe/M=";
44+
hash = "sha256-5+IFCdLH+zHsJjLJauMTfBHB5vCyXbKniSa9bWHblRA=";
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-1JwUQ/WhR1O3LTevI2kWk+FNpH4FBVgF46d+W6M7UBg=";
51+
vendorHash = "sha256-JoQTWGhWfU6UOdFbZq3thfx0Nfth/gD1ruA4fs8/qBw=";
5252

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

0 commit comments

Comments
 (0)