Skip to content

Commit

Permalink
sile: 0.15.5 → 0.15.6 (#355895)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Nov 18, 2024
2 parents 22354d5 + 81644d2 commit 2c8cc44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/si/sile/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "sile";
version = "0.15.5";
version = "0.15.6";

src = fetchurl {
url = "https://github.com/sile-typesetter/sile/releases/download/v${finalAttrs.version}/sile-${finalAttrs.version}.tar.zst";
sha256 = "sha256-0gE3sC0WMC0odnD9KFrSisO406+RZGCqa8jL/5Mhufk=";
sha256 = "sha256-CtPvxbpq2/qwuANPp9XDJQHlxIbFiaNZJvYZeUx/wyE=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
nativeBuildInputs = [ zstd ];
dontConfigure = true;
hash = "sha256-hmgDG29C5JfQX2acMr8c3lmswa1u5XHauRWFd4QGmOo=";
hash = "sha256-5SheeabI4SqJZ3edAvX2rUEGTdCXHoBTa+rnX7lv9Cg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2c8cc44

Please sign in to comment.