packages/excalidraw: 0.0.0+d1e4421 -> 0.0.0+04668d8

This commit is contained in:
Max Headroom 2024-06-30 23:03:57 +02:00
parent f52cb141ec
commit e2e3e01eb0
2 changed files with 5 additions and 5 deletions

View file

@ -22,9 +22,9 @@
"repo": "excalidraw"
},
"branch": "master",
"revision": "d1e4421823913aacb353a5b52dcd158370bfa96a",
"url": "https://github.com/excalidraw/excalidraw/archive/d1e4421823913aacb353a5b52dcd158370bfa96a.tar.gz",
"hash": "1mrqpifskf5209y23h6kmvkzi6x0aizpm5jpdbcmqq2i6xmnp36h"
"revision": "04668d8263b35bf76f1390b25abeeed4181820f6",
"url": "https://github.com/excalidraw/excalidraw/archive/04668d8263b35bf76f1390b25abeeed4181820f6.tar.gz",
"hash": "10vxvyzx5nw2f0ykw3ng5lh2hiy6nrgpdqiypmcq9caxi6qn7h11"
},
"searxng": {
"type": "Git",

View file

@ -27,7 +27,7 @@ let
offlineCache = fetchYarnDeps {
name = "excalidraw-yarn-cache-${builtins.hashString "sha256" (builtins.readFile "${excalidraw}/yarn.lock")}";
yarnLock = src + "/yarn.lock";
hash = "sha256-ZUHhvVWj6wC91ebdX5k568Wg7rGlb9ixqJb2MUY1hkM=";
hash = "sha256-iEk6yh+2sQkm/oucAGj16x/SpKc1WqXYtYTos82R0bQ=";
};
configurePhase = ''
@ -50,7 +50,7 @@ let
distRoot=$out/share/www
dist=$distRoot/excalidraw
mkdir -p $distRoot
mv build $dist
mv excalidraw-app/build $dist
find $dist -type f -name "*.map" -delete
'';