upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/nix/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix2
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;