zellij: 0.42.1 -> 0.42.2 (#398788)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

authored by nixpkgs-merge-bot[bot] matthiasbeyer and committed by GitHub 24b30dd0 481a6d87

+3 -10
+3 -10
pkgs/by-name/ze/zellij/package.nix
··· 15 16 rustPlatform.buildRustPackage (finalAttrs: { 17 pname = "zellij"; 18 - version = "0.42.1"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-EK+eQfNhfVxjIsoyj43tcRjHDT9O8/n7hUz24BC42nw="; 25 }; 26 27 - # Fix build with Rust 1.86 28 - # FIXME: remove when merged upstream 29 - # See: https://github.com/zellij-org/zellij/pull/4118 30 - cargoPatches = [ 31 - ./rust-1.86.patch 32 - ]; 33 - 34 # Remove the `vendored_curl` feature in order to link against the libcurl from nixpkgs instead of 35 # the vendored one 36 postPatch = '' ··· 39 ''; 40 41 useFetchCargoVendor = true; 42 - cargoHash = "sha256-d2/tEYU2tOLtC0NHa7YBGrbmHHDV7BkUZHJ2P7GdwAw="; 43 44 env.OPENSSL_NO_VENDOR = 1; 45
··· 15 16 rustPlatform.buildRustPackage (finalAttrs: { 17 pname = "zellij"; 18 + version = "0.42.2"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 tag = "v${finalAttrs.version}"; 24 + hash = "sha256-O7BZlPSBWy+q349NYCUsw4Rb5X3xyl5Ar+a/uQPQhZY="; 25 }; 26 27 # Remove the `vendored_curl` feature in order to link against the libcurl from nixpkgs instead of 28 # the vendored one 29 postPatch = '' ··· 32 ''; 33 34 useFetchCargoVendor = true; 35 + cargoHash = "sha256-Vo3bshaHjy2F2WFGgaIDEFFAh0e5VPp2G4fETgIH484="; 36 37 env.OPENSSL_NO_VENDOR = 1; 38