···251251 default = [];
252252 example = literalExample "[ pkgs.firefox pkgs.thunderbird ]";
253253 description = ''
254254- The set of packages that should be made availabe to the user.
254254+ The set of packages that should be made available to the user.
255255 This is in contrast to <option>environment.systemPackages</option>,
256256 which adds packages to all users.
257257 '';
···11{ lib, fetchzip }:
2233let
44- version = "3.10";
44+ version = "3.11";
55in fetchzip {
66 name = "inter-${version}";
77···1212 unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
1313 '';
14141515- sha256 = "029fjpgdml8qx2cqn4rnh2xm3z4cnh74jlzjb8pbfm2azsnvi6r1";
1515+ sha256 = "1bk4q478jy84ylgm1mmh23n8cw1cd3k7gvfih77sd7ya1zv26vl1";
16161717 meta = with lib; {
1818 homepage = https://rsms.me/inter/;
+3-3
pkgs/data/fonts/victor-mono/default.nix
···2233let
44 pname = "victor-mono";
55- version = "1.2.5";
55+ version = "1.2.7";
66in fetchFromGitHub rec {
77 name = "${pname}-${version}";
88···1818 # Both methods produce the same file, but this way
1919 # we can safely reason about what version it is.
2020 postFetch = ''
2121- tar xvf $downloadedFile --strip-components=2 ${name}/public/VictorMonoAll.zip
2121+ tar xvf $downloadedFile --strip-components=2 ${pname}-${version}/public/VictorMonoAll.zip
22222323 mkdir -p $out/share/fonts/{true,open}type/${pname}
2424···2626 unzip -j VictorMonoAll.zip \*.otf -d $out/share/fonts/opentype/${pname}
2727 '';
28282929- sha256 = "0dj5h45qk6abggj6mgm19sb0a7q0v4x41f2zds1ab79yd22gbjns";
2929+ sha256 = "0x4ydp11ry94wkkspnmy1xpzqq3m45xg60z1hq4ll9gmlccaknj0";
30303131 meta = with lib; {
3232 description = "Free programming font with cursive italics and ligatures";
···44 pname = "conftest";
55 version = "0.14.0";
6677- # Something subtle in the go sum db is causing every download to
88- # get a new sum (and thus breaking the hash). This disables the
99- # fetching of the sum from the go sum database.
1010- modBuildPhase = ''
1111- runHook preBuild
1212- GONOSUMDB=* go mod download
1313- runHook postBuild
1414- '';
1515-167 src = fetchFromGitHub {
178 owner = "instrumenta";
189 repo = "conftest";
···2367123671 # Since version 8 Eagle requires an Autodesk account and a subscription
2367223672 # in contrast to single payment for the charged editions.
2367323673 # This is the last version with the old model.
2367423674- eagle7 = callPackage ../applications/science/electronics/eagle/eagle7.nix { };
2367423674+ eagle7 = callPackage ../applications/science/electronics/eagle/eagle7.nix {
2367523675+ openssl = openssl_1_0_2;
2367623676+ };
23675236772367623678 eagle = libsForQt5.callPackage ../applications/science/electronics/eagle/eagle.nix { };
2367723679