From 5c82e3d4c25941fc244e99562279676031d0f340 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 May 2025 19:16:27 -0700 Subject: [PATCH] v5 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index ae92cc6..e0cad7f 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { lib, fetchgit, rustPlatform }: rustPlatform.buildRustPackage rec { pname = "pick"; - version = "0.0.4"; + version = "0.0.5"; cargoLock.lockFile = src + /Cargo.lock; src = builtins.fetchGit {