worker-build: newline for Cargo.lock
This commit is contained in:
parent
0f4c6b4e4b
commit
cd11d6683e
2 changed files with 2 additions and 2 deletions
2
pkgs/development/tools/worker-build/Cargo.lock
generated
2
pkgs/development/tools/worker-build/Cargo.lock
generated
|
@ -2412,4 +2412,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
]
|
||||
|
|
|
@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {
|
|||
owner = "cloudflare";
|
||||
repo = "workers-rs";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-z6m14IbMzgycwnQpA28e4taokDSVpfZOKIRmFIwLjbg=";
|
||||
hash = "sha256-z6m14IbMzgycwnQpA28e4taokDSVpfZOKIRmFIwLjbg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
|
Loading…
Reference in a new issue