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

fg-virgil: 0.17.0 -> 0.17.3
This commit is contained in:
Pol Dellaiera 2024-02-10 10:34:28 +01:00 committed by GitHub
commit 9a256494a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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