Skip to content

Commit b0cb3c7

Browse files
committed
fix nix package setup
1 parent d5004fb commit b0cb3c7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

nix/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ in
6868

6969
cargoDeps = rustPlatform.importCargoLock {
7070
lockFile = ../src-tauri/Cargo.lock;
71-
outputHashes = {
72-
"boringtun-0.6.0" = "sha256-UlgcnHAdrWm3S1v5T4W0froF4jJNqRAsfcVuI2EMSgk=";
73-
};
7471
};
7572

7673
# prefetch pnpm dependencies
@@ -83,7 +80,7 @@ in
8380
;
8481

8582
fetcherVersion = 2;
86-
hash = "sha256-Qt4xC7BO7JZn236jXVe2VPAAFNnxdSJAvq+PYflW264=";
83+
hash = "sha256-B71cUUBmTI2fQpKsP3Ejk1lpyvVdaniqs1UFP8+Jg9g=";
8784
};
8885

8986
buildPhase = ''

0 commit comments

Comments
 (0)