v5
Some checks failed
CI / Typos (push) Successful in 7s
CI / Clippy (push) Successful in 48s
CI / Check version (push) Has been skipped
Release / release (push) Failing after 49s
CI / Build and test (push) Successful in 3m53s

This commit is contained in:
2025-05-14 19:16:27 -07:00
committed by Mark
parent 25d62b623a
commit 939ccc90fe

View File

@ -1,7 +1,7 @@
{ lib, fetchgit, rustPlatform }: { lib, fetchgit, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pick"; pname = "pick";
version = "0.0.4"; version = "0.0.5";
cargoLock.lockFile = src + /Cargo.lock; cargoLock.lockFile = src + /Cargo.lock;
src = builtins.fetchGit { src = builtins.fetchGit {