Unverified Commit 5a8e34e9 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

libertinus: 7.040 → 7.051 (#344345)

parent 1b61c3ad
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
{ 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