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 3131
3232stdenv . mkDerivation ( finalAttrs : {
3333 pname = "sile" ;
34- version = "0.15.5 " ;
34+ version = "0.15.6 " ;
3535
3636 src = fetchurl {
3737 url = "https://github.com/sile-typesetter/sile/releases/download/v${ finalAttrs . version } /sile-${ finalAttrs . version } .tar.zst" ;
38- sha256 = "sha256-0gE3sC0WMC0odnD9KFrSisO406+RZGCqa8jL/5Mhufk =" ;
38+ sha256 = "sha256-CtPvxbpq2/qwuANPp9XDJQHlxIbFiaNZJvYZeUx/wyE =" ;
3939 } ;
4040
4141 cargoDeps = rustPlatform . fetchCargoTarball {
4242 inherit ( finalAttrs ) src ;
4343 nativeBuildInputs = [ zstd ] ;
4444 dontConfigure = true ;
45- hash = "sha256-hmgDG29C5JfQX2acMr8c3lmswa1u5XHauRWFd4QGmOo =" ;
45+ hash = "sha256-5SheeabI4SqJZ3edAvX2rUEGTdCXHoBTa+rnX7lv9Cg =" ;
4646 } ;
4747
4848 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments