rattler-build: 0.43.1 -> 0.44.0 (#422061)
Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
commit
dcfcf0d20d
@ -14,17 +14,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "rattler-build";
|
pname = "rattler-build";
|
||||||
version = "0.43.1";
|
version = "0.44.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prefix-dev";
|
owner = "prefix-dev";
|
||||||
repo = "rattler-build";
|
repo = "rattler-build";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-thpo6tD2qWs3FruqujoLd0WLuSDidI3/wdIDOlyEioU=";
|
hash = "sha256-VgthpzZNFBIV4SwikmHJkRsuEP0j16hVt+CxOBuOy6s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-eXsZ0tO1yR5A67GiQQHYv+i4tip7QDLa1oERkVJVQwk=";
|
cargoHash = "sha256-HO4DXuCs/Jtz7kzp3jn/X/75Zdh9gS0ZO3eS9GFCbXA=";
|
||||||
|
|
||||||
doCheck = false; # test requires network access
|
doCheck = false; # test requires network access
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user