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.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 {
You can’t perform that action at this time.
0 commit comments