fix(nix): update window_size hash

This commit is contained in:
Martin Wimpress 2024-06-26 19:31:19 +01:00 committed by Martin Wimpress
parent 4ea949572a
commit e0221d3393
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ flutter.buildFlutterApplication rec {
pubspecLock = lib.importJSON ./pubspec.lock.json; pubspecLock = lib.importJSON ./pubspec.lock.json;
gitHashes = { gitHashes = {
window_size = "sha256-mn1UFA4Vqh3f5MqlTy9LueWr6qvCOHLujVoEQi0KMNw="; window_size = "sha256-XelNtp7tpZ91QCEcvewVphNUtgQX7xrp5QP0oFo6DgM=";
}; };
# These things are added to LD_LIBRARY_PATH, but not PATH # These things are added to LD_LIBRARY_PATH, but not PATH