victor-mono: 1.5.1 -> 1.5.2

main
R. Ryantm 2 years ago
parent 1278e9de0b
commit 8cc125972e
  1. 4
      pkgs/data/fonts/victor-mono/default.nix

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.5.1";
version = "1.5.2";
in
fetchzip {
name = "victor-mono-${version}";
@ -21,7 +21,7 @@ fetchzip {
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
'';
sha256 = "sha256-FHahUp/Ghjv6fwsjj1giVPlAIXRMSZCSLcVMiMHvV3A=";
sha256 = "sha256-cNDZh0P/enmoKL/6eHzkgl5ghtai2K9cTgWMVmm8GIA=";
meta = with lib; {
description = "Free programming font with cursive italics and ligatures";

Loading…
Cancel
Save