Merge pull request #274316 from r-ryantm/auto-update/fg-virgil

fg-virgil: 0.16.1 -> 0.17.0
This commit is contained in:
Pol Dellaiera 2023-12-15 05:43:56 +01:00 committed by GitHub
commit 9c33df0909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "fg-virgil";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "excalidraw";
repo = "excalidraw";
rev = "v${finalAttrs.version}";
hash = "sha256-iziCCHacaShPqb0f5nI8cCinFFs5fB3TcMJrifNhg4I=";
hash = "sha256-awd5jTz4sSiliEq7xt6dUR31C85oDcCP5GLuQn0ohj0=";
};
installPhase = ''