Merge pull request #308135 from ryanccn/cascadia-code

cascadia-code: 2111.01 -> 2404.23
This commit is contained in:
Nick Cao 2024-05-01 09:45:31 -04:00 committed by GitHub
commit 1146237059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "cascadia-code";
version = "2111.01";
version = "2404.23";
src = fetchzip {
url = "https://github.com/microsoft/cascadia-code/releases/download/v${version}/CascadiaCode-${version}.zip";
stripRoot = false;
hash = "sha256-v9Vm5X80wEvorMhIlRw3MnyuSOdBpTl9ibBPpmm1vig=";
hash = "sha256-Z2AzBeNiM6mc1OHCJRv0rUvH8WRygyQGSOvwbAISYHE=";
};
installPhase = ''
@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/microsoft/cascadia-code";
changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt";
license = licenses.ofl;
maintainers = [ ];
maintainers = with maintainers; [ ryanccn ];
platforms = platforms.all;
};
}