From 5a8e34e98d0f7c024409fb697adbba8cd4cfa567 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 2 Oct 2024 06:10:01 +0200 Subject: [PATCH] =?UTF-8?q?libertinus:=207.040=20=E2=86=92=207.051=20(#344?= =?UTF-8?q?345)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/data/fonts/libertinus/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/data/fonts/libertinus/default.nix b/pkgs/data/fonts/libertinus/default.nix index 4d942c7e2b97..a9bdb0a2654f 100644 --- a/pkgs/data/fonts/libertinus/default.nix +++ b/pkgs/data/fonts/libertinus/default.nix @@ -1,14 +1,16 @@ -{ lib, stdenvNoCC, fetchurl }: +{ lib, stdenvNoCC, fetchurl, zstd }: stdenvNoCC.mkDerivation rec { pname = "libertinus"; - version = "7.040"; + version = "7.051"; src = fetchurl { - url = "https://github.com/alerque/libertinus/releases/download/v${version}/Libertinus-${version}.tar.xz"; - hash = "sha256-f+nwInItHBzGfcLCihELO7VbrjV1GWFg0kIsiTM7OFA="; + url = "https://github.com/alerque/libertinus/releases/download/v${version}/Libertinus-${version}.tar.zst"; + hash = "sha256-JQZ3ySnTd1owkTZDWUN5ryZKwu8oAQNaody+MLm+I6Y="; }; + nativeBuildInputs = [ zstd ]; + installPhase = '' runHook preInstall