diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-10 20:15:58 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-10 20:39:10 +0000 |
| commit | dd9a69e6fe79e866004ed7366093bf82030b02eb (patch) | |
| tree | 7bb4d09827ec03b6cf32acf92b8b93f31f1e2fe5 /nix | |
| parent | 54636ee239e4f8e25142e99807f246f956d2f003 (diff) | |
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix index 9693358..d8d9e86 100644 --- a/nix/module.nix +++ b/nix/module.nix | |||
| @@ -6,7 +6,7 @@ let | |||
| 6 | # Build ngit-grasp package (shared across all instances) | 6 | # Build ngit-grasp package (shared across all instances) |
| 7 | ngit-grasp = pkgs.rustPlatform.buildRustPackage { | 7 | ngit-grasp = pkgs.rustPlatform.buildRustPackage { |
| 8 | pname = "ngit-grasp"; | 8 | pname = "ngit-grasp"; |
| 9 | version = "0.1.0"; | 9 | version = "1.0.2"; |
| 10 | src = ../.; | 10 | src = ../.; |
| 11 | cargoLock = { | 11 | cargoLock = { |
| 12 | lockFile = ../Cargo.lock; | 12 | lockFile = ../Cargo.lock; |