v5
Some checks failed
CI / Typos (pull_request) Successful in 7s
CI / Clippy (pull_request) Failing after 41s
CI / Build and test (pull_request) Failing after 11s
CI / Check version (pull_request) Failing after 3s

This commit is contained in:
2025-05-14 19:16:27 -07:00
parent bdf0511390
commit 5c82e3d4c2

View File

@ -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 {