File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535in
3636stdenv . 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 {
You can’t perform that action at this time.
0 commit comments