mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #308135 from ryanccn/cascadia-code
cascadia-code: 2111.01 -> 2404.23
This commit is contained in:
commit
1146237059
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user