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