zellij: 0.42.2 -> 0.43.0 (#431102)
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "zellij";
|
pname = "zellij";
|
||||||
version = "0.42.2";
|
version = "0.43.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zellij-org";
|
owner = "zellij-org";
|
||||||
repo = "zellij";
|
repo = "zellij";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-O7BZlPSBWy+q349NYCUsw4Rb5X3xyl5Ar+a/uQPQhZY=";
|
hash = "sha256-VlK9ONyNQAlRqLQM62ZDCv/efJbj66DgM0P9DNhvRvk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove the `vendored_curl` feature in order to link against the libcurl from nixpkgs instead of
|
# Remove the `vendored_curl` feature in order to link against the libcurl from nixpkgs instead of
|
||||||
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
--replace-fail ', "vendored_curl"' ""
|
--replace-fail ', "vendored_curl"' ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoHash = "sha256-Vo3bshaHjy2F2WFGgaIDEFFAh0e5VPp2G4fETgIH484=";
|
cargoHash = "sha256-P4VabkEFBvj2YkkhXqH/JZp3m3WMKcr0qUMhdorEm1Q=";
|
||||||
|
|
||||||
env.OPENSSL_NO_VENDOR = 1;
|
env.OPENSSL_NO_VENDOR = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user