diff options
Diffstat (limited to 'nix/module.nix')
| -rw-r--r-- | nix/module.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/module.nix b/nix/module.nix index 39e7d8a..cf334f2 100644 --- a/nix/module.nix +++ b/nix/module.nix | |||
| @@ -11,8 +11,7 @@ let | |||
| 11 | cargoLock = { | 11 | cargoLock = { |
| 12 | lockFile = ../Cargo.lock; | 12 | lockFile = ../Cargo.lock; |
| 13 | outputHashes = { | 13 | outputHashes = { |
| 14 | "nostr-0.44.1" = | 14 | "nostr-0.44.1" = "sha256-DwcWmwxNUQRR32E3hqbm7PNkGdK8LB3sGtH1Zfrkigk="; |
| 15 | "sha256-02cawkx6bxfi3bn1sb5ws8cn9wzcwsk8cdv1vx8h8lad1jdic1qg"; | ||
| 16 | }; | 15 | }; |
| 17 | }; | 16 | }; |
| 18 | 17 | ||