1
1
mirror of https://git.sr.ht/~edwardloveall/scribe synced 2025-10-05 22:52:39 +02:00

Update hash in nix package for new yarn.lock

This commit is contained in:
Sashanoraa
2023-12-21 12:39:56 -05:00
committed by Edward Loveall
parent 4719c65a4d
commit 76bc8fc18f

View File

@@ -14,7 +14,7 @@ let
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
sha256 = "sha256-PuxfuqgqJHh6NnyrQiFCxixGry9yGBSeSIPpa4jamKw=";
sha256 = "sha256-ixnGRTTKq20tnjOnHeibu12a+n3edV1eM5Om2iNO9fo=";
};
configurePhase = ''