v5
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user