mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
worker-build: 0.0.9 -> 0.0.10
This commit is contained in:
parent
c75ed222d4
commit
2cd793dda0
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "worker-build";
|
pname = "worker-build";
|
||||||
version = "0.0.9";
|
version = "0.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloudflare";
|
owner = "cloudflare";
|
||||||
repo = "workers-rs";
|
repo = "workers-rs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nrvnIuLBtdMMBcYm8McOxHc/HHYDrogEG9Ii2Bevl+w=";
|
sha256 = "sha256-p19Q/XAOvDKXRvDWeMRo4C1TnvxYg88CAyldN7AhJDM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-xLssAmyfHr4EBQ72XZFqybA6ZI1UM2Q2kS5UWmIkteM=";
|
cargoSha256 = "sha256-8fnsiWZjxCxhv4NWcRIpKbT8vQyhe27es80ttKX/oPs=";
|
||||||
|
|
||||||
buildAndTestSubdir = "worker-build";
|
buildAndTestSubdir = "worker-build";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user