We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5004fb commit b0cb3c7Copy full SHA for b0cb3c7
1 file changed
nix/package.nix
@@ -68,9 +68,6 @@ in
68
69
cargoDeps = rustPlatform.importCargoLock {
70
lockFile = ../src-tauri/Cargo.lock;
71
- outputHashes = {
72
- "boringtun-0.6.0" = "sha256-UlgcnHAdrWm3S1v5T4W0froF4jJNqRAsfcVuI2EMSgk=";
73
- };
74
};
75
76
# prefetch pnpm dependencies
@@ -83,7 +80,7 @@ in
83
80
;
84
81
85
82
fetcherVersion = 2;
86
- hash = "sha256-Qt4xC7BO7JZn236jXVe2VPAAFNnxdSJAvq+PYflW264=";
+ hash = "sha256-B71cUUBmTI2fQpKsP3Ejk1lpyvVdaniqs1UFP8+Jg9g=";
87
88
89
buildPhase = ''
0 commit comments