Update version
This commit is contained in:
parent
2660a249e7
commit
e85e70e1fc
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ rustPlatform, nix-gitignore }:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
name = "REPLACE-THIS";
|
||||
version = "v99999.99999";
|
||||
name = "markout";
|
||||
version = "0.1.0";
|
||||
|
||||
src = nix-gitignore.gitignoreSource [ ./.gitignore ] ./.;
|
||||
|
||||
cargoLock = {lockFile = ./Cargo.lock;};
|
||||
cargoLock = { lockFile = ./Cargo.lock; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue