Skip to content

Commit 9c33df0

Browse files
authored
Merge pull request #274316 from r-ryantm/auto-update/fg-virgil
fg-virgil: 0.16.1 -> 0.17.0
2 parents 2bf1c54 + ea7e4ba commit 9c33df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/data/fonts/fg-virgil/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenvNoCC.mkDerivation (finalAttrs: {
44
pname = "fg-virgil";
5-
version = "0.16.1";
5+
version = "0.17.0";
66

77
src = fetchFromGitHub {
88
owner = "excalidraw";
99
repo = "excalidraw";
1010
rev = "v${finalAttrs.version}";
11-
hash = "sha256-iziCCHacaShPqb0f5nI8cCinFFs5fB3TcMJrifNhg4I=";
11+
hash = "sha256-awd5jTz4sSiliEq7xt6dUR31C85oDcCP5GLuQn0ohj0=";
1212
};
1313

1414
installPhase = ''

0 commit comments

Comments
 (0)