We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e416c02 + aa8d8df commit 2941267Copy full SHA for 2941267
pkgs/by-name/si/sile/package.nix
@@ -29,17 +29,17 @@
29
30
stdenv.mkDerivation (finalAttrs: {
31
pname = "sile";
32
- version = "0.15.7";
+ version = "0.15.8";
33
34
src = fetchurl {
35
url = "https://github.com/sile-typesetter/sile/releases/download/v${finalAttrs.version}/sile-${finalAttrs.version}.tar.zst";
36
- hash = "sha256-PjU6Qfn+FTL3vt66mkIAn/uXWMPPlH8iK6B264ekIis=";
+ hash = "sha256-ZMF6uv1bHvMEGagbAAmYhwwbCBtjctVbwx35w7g/D2o=";
37
};
38
39
cargoDeps = rustPlatform.fetchCargoTarball {
40
inherit (finalAttrs) pname version src;
41
nativeBuildInputs = [ zstd ];
42
- hash = "sha256-iPkXEUC4U1m/ComIDo/J5kwkmM1QdowioNtnSnmMhJ0=";
+ hash = "sha256-xv411fxOkjsbVNCNEIaopjLHbUCWdw+1JWePXHdrKBc=";
43
44
45
nativeBuildInputs = [
0 commit comments