We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf1c54 + ea7e4ba commit 9c33df0Copy full SHA for 9c33df0
pkgs/data/fonts/fg-virgil/default.nix
@@ -2,13 +2,13 @@
2
3
stdenvNoCC.mkDerivation (finalAttrs: {
4
pname = "fg-virgil";
5
- version = "0.16.1";
+ version = "0.17.0";
6
7
src = fetchFromGitHub {
8
owner = "excalidraw";
9
repo = "excalidraw";
10
rev = "v${finalAttrs.version}";
11
- hash = "sha256-iziCCHacaShPqb0f5nI8cCinFFs5fB3TcMJrifNhg4I=";
+ hash = "sha256-awd5jTz4sSiliEq7xt6dUR31C85oDcCP5GLuQn0ohj0=";
12
};
13
14
installPhase = ''
0 commit comments