mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #70517 from marsam/update-cascadia-code
cascadia-code: 1909.16 -> 1910.04
This commit is contained in:
commit
2fdca375dd
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
pname = "cascadia-code";
|
||||
version = "1909.16";
|
||||
version = "1910.04";
|
||||
in
|
||||
fetchurl {
|
||||
name = "${pname}-${version}";
|
||||
@ -15,7 +15,7 @@ fetchurl {
|
||||
install -Dm444 $downloadedFile $out/share/fonts/truetype/Cascadia.ttf
|
||||
'';
|
||||
|
||||
sha256 = "0nckczvak3pd1h3fiz0j827pm87px9swx60q07lc2jnjlxcghgl2";
|
||||
sha256 = "124zbv7xwirwwxrm988h3plwd2vynqxyx7p2gijqrnw69q9pf67q";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal";
|
||||
|
Loading…
Reference in New Issue
Block a user