libertinus: 7.040 → 7.051 (#344345)

This commit is contained in:
Vincent Laporte
2024-10-02 06:10:01 +02:00
committed by GitHub
parent 1b61c3ad27
commit 5a8e34e98d
+6 -4
View File
@@ -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