aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nix/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 82a348b8..3fd24aee 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,6 +13,7 @@
}:
rustPlatform.buildRustPackage {
name = "turtle";
+ version = "19.0.0";
src = lib.cleanSourceWith {
src = lib.cleanSource ./..;